mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-10 21:29:21 +01:00
(cherry picked from commit fb35d7af59d3f5ed89506b5ac70c07669b00ef44)
This commit is contained in:
parent
1ce5f50d89
commit
5a13e0a45c
@ -726,7 +726,7 @@ class ReaderPresenter(
|
||||
File.separator + Environment.DIRECTORY_PICTURES +
|
||||
File.separator + context.getString(R.string.app_name)
|
||||
val destDir = if (preferences.folderPerManga()) {
|
||||
File(baseDir + File.separator + manga.title)
|
||||
File(baseDir + File.separator + DiskUtil.buildValidFilename(manga.title))
|
||||
} else {
|
||||
File(baseDir)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user