mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
blind write thumbnails validating methods
This commit is contained in:
@@ -104,7 +104,7 @@ def create_safe_name(name: str) -> str:
|
||||
"""
|
||||
Creates a url-safe name from a name.
|
||||
"""
|
||||
return "".join([i for i in name if i not in '/\\:*?"<>|'])
|
||||
return "".join([i for i in name if i not in '/\\:*?"<>|#'])
|
||||
|
||||
|
||||
class UseBisection:
|
||||
|
||||
Reference in New Issue
Block a user