Use app name for page download folder and use manga title subfolders (closes #4684)
This commit is contained in:
parent
1b921f9845
commit
dac2072eaa
@ -559,7 +559,8 @@ class ReaderPresenter(
|
||||
val destDir = File(
|
||||
Environment.getExternalStorageDirectory().absolutePath +
|
||||
File.separator + Environment.DIRECTORY_PICTURES +
|
||||
File.separator + "Tachiyomi"
|
||||
File.separator + context.getString(R.string.app_name) +
|
||||
File.separator + manga.title
|
||||
)
|
||||
|
||||
// Copy file in background.
|
||||
|
Loading…
Reference in New Issue
Block a user