mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
(cherry picked from commit fb35d7af59
)
This commit is contained in:
parent
1ce5f50d89
commit
5a13e0a45c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue