mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
add featured artists to playlist page
+ fetch album bio on raising bottom container
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class TrackExistsInPlaylist(Exception):
|
||||
class TrackExistsInPlaylistError(Exception):
|
||||
"""
|
||||
Exception raised when a track is already in a playlist.
|
||||
"""
|
||||
@@ -6,7 +6,7 @@ class TrackExistsInPlaylist(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class PlaylistExists(Exception):
|
||||
class PlaylistExistsError(Exception):
|
||||
"""
|
||||
Exception raised when a playlist already exists.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user