Skip to content

Commit 0c61d88

Browse files
Correct default cover art filename and clean up unused #defines for v2.0.0 release
1 parent cb43f9e commit 0c61d88

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/SpotifyArtMgr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <Arduino.h>
2424
#include <HTTPClient.h>
2525

26-
#define SP_NO_COVER_JPG_FILENAME "/NoArtAvailablejpeg.jpg"
26+
#define SP_NO_COVER_JPG_FILENAME "/DefaultCoverArt.jpg"
2727

2828
/*
2929
** ===================================================================

src/SpotifyPlayer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ int SpotifyPlayer::getAlbumReleaseYear()
8282

8383
// Spotify related
8484
#define SP_SPOTIFY_MARKET "IE"
85-
#define SP_COVER_JPG_FILENAME "/cover.jpg"
86-
// #define SP_NO_COVER_JPG_FILENAME "/NoArtAvailablejpeg.jpg"
8785

8886
/*
8987
** ===================================================================

0 commit comments

Comments
 (0)