mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 12:47:48 +01:00
Sanitize source download folder name (fixes #4945)
This commit is contained in:
parent
d0bf93ebb7
commit
fa31369f99
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class DownloadProvider(private val context: Context) {
|
|||
* @param source the source to query.
|
||||
*/
|
||||
fun getSourceDirName(source: Source): String {
|
||||
return source.toString()
|
||||
return DiskUtil.buildValidFilename(source.toString())
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue