mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
preset mimetypes
+ add db and api methods to remove tracks from playlists
This commit is contained in:
@@ -69,6 +69,11 @@ class Album:
|
||||
if "super_deluxe" in self.versions:
|
||||
self.versions.remove("deluxe")
|
||||
|
||||
t_ = "taylors_version"
|
||||
if t_ in self.versions:
|
||||
self.versions.remove(t_)
|
||||
self.versions.insert(0, "taylor's version")
|
||||
|
||||
self.versions = [v.replace("_", " ") for v in self.versions]
|
||||
else:
|
||||
self.base_title = get_base_title_and_versions(
|
||||
|
||||
Reference in New Issue
Block a user