mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fix playlist image being lost on title edit
This commit is contained in:
@@ -127,7 +127,7 @@ class Playlist:
|
||||
if image:
|
||||
return settings.IMG_PLAYLIST_URI + image
|
||||
|
||||
return settings.IMG_PLAYLIST_URI + ""
|
||||
return settings.IMG_PLAYLIST_URI + "default.webp"
|
||||
|
||||
def update_count(self):
|
||||
self.count = len(self._pre_tracks)
|
||||
|
||||
Reference in New Issue
Block a user