mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-27 13:34:38 -04:00
Fix Qobuz discography filters
This commit is contained in:
parent
a05aebe021
commit
c04938fe22
3 changed files with 39 additions and 57 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue