Skip to content

Commit

Permalink
Move manga downloads into "mangas" subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda committed Jun 19, 2023
1 parent 94fa378 commit 7e88930
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fun getThumbnailDownloadPath(): String {
}

fun getChapterDownloadPath(mangaId: Int, chapterId: Int): String {
return applicationDirs.downloadsRoot + "/" + getChapterDir(mangaId, chapterId)
return applicationDirs.downloadsRoot + "/mangas/" + getChapterDir(mangaId, chapterId)
}

fun getChapterCbzPath(mangaId: Int, chapterId: Int): String {
Expand Down

0 comments on commit 7e88930

Please sign in to comment.