Skip to content

Commit

Permalink
修改默认下载位置
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuo894 committed Nov 24, 2024
1 parent 2450783 commit ca034c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/ani/rss/util/ConfigUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public class ConfigUtil {
.setAcronym(false)
.setQuarter(false)
.setAutoDisabled(false)
.setDownloadPath(FileUtil.getAbsolutePath("/Media/番剧"))
.setOvaDownloadPath(FileUtil.getAbsolutePath("/Media/剧场版"))
.setDownloadPath(FileUtil.getAbsolutePath(new File("/Media/番剧")))
.setOvaDownloadPath(FileUtil.getAbsolutePath(new File("/Media/剧场版")))
.setHost("")
.setDownload("qBittorrent")
.setUsername("")
Expand Down

0 comments on commit ca034c3

Please sign in to comment.