mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-29 06:25:34 -04:00
Misc bug fixes related to playlist downloads
This commit is contained in:
parent
69e8a5d05b
commit
86d877f1f5
5 changed files with 23 additions and 7 deletions
|
@ -277,6 +277,7 @@ class TrackMetadata:
|
|||
assert hasattr(self, "_album"), "Must set album before accessing"
|
||||
|
||||
album = self._album
|
||||
|
||||
if self.get("version") and self["version"] not in album:
|
||||
album = f"{self._album} ({self.version})"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue