mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Revert case insensitive source folder check
This commit is contained in:
		| @@ -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)) | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user