[spotify] Introduce own spotifyc as replacement for libspotify

This commit is contained in:
ejurgensen
2021-03-28 20:00:15 +02:00
parent d3cc8a52f8
commit a67c74ba6c
54 changed files with 18680 additions and 104 deletions

View File

@@ -67,7 +67,7 @@
#ifdef LASTFM
# include "lastfm.h"
#endif
#ifdef HAVE_SPOTIFY_H
#ifdef SPOTIFY
# include "spotify.h"
#endif
@@ -701,7 +701,7 @@ process_file(char *file, struct stat *sb, enum file_type file_type, int scan_typ
break;
case FILE_CTRL_SPOTIFY:
#ifdef HAVE_SPOTIFY_H
#ifdef SPOTIFY
if (flags & F_SCAN_BULK)
DPRINTF(E_LOG, L_SCAN, "Bulk scan will ignore '%s' (to process, add it after startup)\n", file);
else