|
@@ -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), true)
|
|
|
+ return downloadsDir.findFile(getSourceDirName(source))
|
|
|
}
|
|
|
|
|
|
/**
|