Actually ignore the case...

pull/4647/head
arkon 3 years ago
parent 02c9191525
commit 592050c668

@ -65,7 +65,7 @@ class DownloadProvider(private val context: Context) {
* @param source the source to query.
*/
fun findSourceDir(source: Source): UniFile? {
return downloadsDir.findFile(getSourceDirName(source), false)
return downloadsDir.findFile(getSourceDirName(source), true)
}
/**

Loading…
Cancel
Save