mirror of
https://github.com/Wojtek242/qobuz-dl.git
synced 2024-11-22 11:05:25 +01:00
changed unicode arrow symbol to ascii code
This commit is contained in:
parent
678910d2f3
commit
c9e6eb13a6
@ -40,7 +40,7 @@ def _format_genres(genres: list) -> str:
|
|||||||
if genres == []:
|
if genres == []:
|
||||||
return ''
|
return ''
|
||||||
else:
|
else:
|
||||||
return ', '.join(genres[-1].split("→"))
|
return ', '.join(genres[-1].split('\u2192'))
|
||||||
|
|
||||||
|
|
||||||
# Use KeyError catching instead of dict.get to avoid empty tags
|
# Use KeyError catching instead of dict.get to avoid empty tags
|
||||||
|
Loading…
Reference in New Issue
Block a user