[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

@@ -79,14 +79,14 @@ static pthread_t tid_library;
struct event_base *evbase_lib;
extern struct library_source filescanner;
#ifdef HAVE_SPOTIFY_H
#ifdef SPOTIFY
extern struct library_source spotifyscanner;
#endif
extern struct library_source rssscanner;
static struct library_source *sources[] = {
&filescanner,
#ifdef HAVE_SPOTIFY_H
#ifdef SPOTIFY
&spotifyscanner,
#endif
&rssscanner,