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,8 +45,9 @@ def _get_title(track_dict):
|
|||||||
|
|
||||||
|
|
||||||
def _format_copyright(s: str) -> str:
|
def _format_copyright(s: str) -> str:
|
||||||
s = s.replace("(P)", PHON_COPYRIGHT)
|
if s:
|
||||||
s = s.replace("(C)", COPYRIGHT)
|
s = s.replace("(P)", PHON_COPYRIGHT)
|
||||||
|
s = s.replace("(C)", COPYRIGHT)
|
||||||
return s
|
return s
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user