Fix Qobuz discography filters

This commit is contained in:
nathom 2021-04-05 21:45:51 -07:00
parent a05aebe021
commit c04938fe22
3 changed files with 39 additions and 57 deletions

View file

@ -170,7 +170,6 @@ class TrackMetadata:
def _mod_title(self, version, work):
if version is not None:
logger.debug("Version found: %s", version)
self.title = f"{self.title} ({version})"
if work is not None:
logger.debug("Work found: %s", work)