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:
@@ -38,8 +38,8 @@ def add_track(playlistid: str, trackid: str):
|
||||
instances.playlist_instance.add_track_to_playlist(
|
||||
playlistid, track)
|
||||
return
|
||||
except TrackExistsInPlaylist as e:
|
||||
return {"error": str(e)}, 409
|
||||
except TrackExistsInPlaylist as error:
|
||||
raise error
|
||||
|
||||
|
||||
def get_playlist_tracks(pid: str):
|
||||
|
||||
Reference in New Issue
Block a user