mirror of
https://github.com/Wojtek242/qobuz-dl.git
synced 2024-11-22 02:55:25 +01:00
copyright fix
This commit is contained in:
parent
4e746ffa7b
commit
d47d394b79
@ -45,6 +45,7 @@ def _get_title(track_dict):
|
||||
|
||||
|
||||
def _format_copyright(s: str) -> str:
|
||||
if s:
|
||||
s = s.replace("(P)", PHON_COPYRIGHT)
|
||||
s = s.replace("(C)", COPYRIGHT)
|
||||
return s
|
||||
|
Loading…
Reference in New Issue
Block a user