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