more detail notification on invalid download location

This commit is contained in:
Cuong-Tran 2024-11-05 13:35:14 +07:00
parent 2f4bb7cadb
commit 8c18edc4c7
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -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)}",
), ),
) )
} }