Misc bug fixes related to playlist downloads

This commit is contained in:
nathom 2021-04-19 12:39:23 -07:00
parent 69e8a5d05b
commit 86d877f1f5
5 changed files with 23 additions and 7 deletions

View file

@ -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})"