mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Addressing issue#338 (#357)
This commit is contained in:
committed by
Ritiek Malhotra
parent
9cd8fdbc2f
commit
803a677167
@@ -85,7 +85,7 @@ def format_string(string_format, tags, slugification=False, force_spaces=False):
|
||||
for tag in format_tags:
|
||||
if slugification:
|
||||
format_tags[tag] = sanitize_title(format_tags[tag],
|
||||
ok='-_()[]{}')
|
||||
ok="'-_()[]{}")
|
||||
else:
|
||||
format_tags[tag] = str(format_tags[tag])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user