We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb43f9e commit 0c61d88Copy full SHA for 0c61d88
src/SpotifyArtMgr.h
@@ -23,7 +23,7 @@
23
#include <Arduino.h>
24
#include <HTTPClient.h>
25
26
-#define SP_NO_COVER_JPG_FILENAME "/NoArtAvailablejpeg.jpg"
+#define SP_NO_COVER_JPG_FILENAME "/DefaultCoverArt.jpg"
27
28
/*
29
** ===================================================================
src/SpotifyPlayer.cpp
@@ -82,8 +82,6 @@ int SpotifyPlayer::getAlbumReleaseYear()
82
83
// Spotify related
84
#define SP_SPOTIFY_MARKET "IE"
85
-#define SP_COVER_JPG_FILENAME "/cover.jpg"
86
-// #define SP_NO_COVER_JPG_FILENAME "/NoArtAvailablejpeg.jpg"
87
88
89
0 commit comments