This commit is contained in:
Aria Moradi
2021-09-18 02:19:38 +04:30
parent 5fc28ef711
commit 82d711f077
@@ -28,7 +28,7 @@ fun getMangaDir(mangaId: Int): String {
val sourceDir = source.toString()
val mangaDir = SafePath.buildValidFilename(mangaEntry[MangaTable.title])
return "$applicationDirs.mangaRoot}/$sourceDir/$mangaDir"
return "${applicationDirs.mangaRoot}/$sourceDir/$mangaDir"
}
fun getChapterDir(mangaId: Int, chapterId: Int): String {