mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
try: use bjoern wsgi
This commit is contained in:
+5
-5
@@ -88,11 +88,11 @@ class Track:
|
||||
self.explicit = int(explicit_tag[0]) == 1
|
||||
|
||||
self.image = self.albumhash + ".webp" + "?pathhash=" + self.pathhash
|
||||
self.extra = {
|
||||
"disc_total": self.extra.get("disc_total", 0),
|
||||
"track_total": self.extra.get("track_total", 0),
|
||||
"samplerate": self.extra.get("samplerate", -1),
|
||||
}
|
||||
# self.extra = {
|
||||
# "disc_total": self.extra.get("disc_total", 0),
|
||||
# "track_total": self.extra.get("track_total", 0),
|
||||
# "samplerate": self.extra.get("samplerate", -1),
|
||||
# }
|
||||
|
||||
self.split_artists()
|
||||
self.map_with_config()
|
||||
|
||||
Reference in New Issue
Block a user