Skip to content

Commit

Permalink
Change the default tempoture logo for playlists
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiddon3 committed May 1, 2021
1 parent e50f8ee commit 4025077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spotifyclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
CREATE_PLAYLISTS_ENDPOINT = 'https://api.spotify.com/v1/users/{}/playlists'
MODIFY_TRACKS_PLAYLISTS_ENDPOINT = 'https://api.spotify.com/v1/playlists/{}/tracks'
CHANGE_PLAYLIST_COVER_ENDPOINT = 'https://api.spotify.com/v1/playlists/{}/images'
DEFAULT_PLAYLIST_COVER = 'logo.jpeg'
DEFAULT_PLAYLIST_COVER = 'tempoture-logo.jpeg'
DEFAULT_PLAYLIST_NAME = 'Your Tempoture Playlist'
DEFAULT_PLAYLIST_DESC = 'A custom-made playlist made by Tempoture for you!'

Expand Down

0 comments on commit 4025077

Please sign in to comment.