mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
more detail notification on invalid download location
This commit is contained in:
parent
2f4bb7cadb
commit
8c18edc4c7
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ class DownloadProvider(
|
||||||
throw Exception(
|
throw Exception(
|
||||||
context.stringResource(
|
context.stringResource(
|
||||||
MR.strings.invalid_location,
|
MR.strings.invalid_location,
|
||||||
downloadsDir?.displayablePath ?: "",
|
(downloadsDir?.displayablePath ?: "") +
|
||||||
|
"/${getSourceDirName(source)}/${getMangaDirName(mangaTitle)}",
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue