mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
fix watchdoge.py add_track()
This commit is contained in:
@@ -334,5 +334,5 @@ class Album:
|
||||
self.count = tags["count"]
|
||||
self.duration = tags["duration"]
|
||||
self.date = tags["date"]
|
||||
self.artistimage = "http://127.0.0.1:8900/images/artists/" + tags["artistimage"]
|
||||
self.image = "http://127.0.0.1:8900/images/thumbnails/" + tags["image"]
|
||||
self.artistimage = "http://0.0.0.0:8900/images/artists/" + tags["artistimage"]
|
||||
self.image = "http://0.0.0.0:8900/images/thumbnails/" + tags["image"]
|
||||
|
||||
Reference in New Issue
Block a user