Use app name for page download folder and use manga title subfolders (closes #4684)
(cherry picked from commit dac2072eaa)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderPresenter.kt
This commit is contained in:
@@ -672,7 +672,8 @@ class ReaderPresenter(
|
||||
val destDir = File(
|
||||
Environment.getExternalStorageDirectory().absolutePath +
|
||||
File.separator + Environment.DIRECTORY_PICTURES +
|
||||
File.separator + context.getString(R.string.app_name)
|
||||
File.separator + context.getString(R.string.app_name) +
|
||||
File.separator + manga.title
|
||||
)
|
||||
|
||||
// Copy file in background.
|
||||
|
||||
Reference in New Issue
Block a user