add featured artists to playlist page

+ fetch album bio on raising bottom container
This commit is contained in:
geoffrey45
2022-07-08 16:39:16 +03:00
parent 9d5cbfcc93
commit 09c588c856
15 changed files with 154 additions and 84 deletions
+2 -2
View File
@@ -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.
"""