diff options
Diffstat (limited to 'src/playlist')
-rw-r--r-- | src/playlist/despotify_playlist_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist/despotify_playlist_plugin.c b/src/playlist/despotify_playlist_plugin.c index 0646de966..39448e01f 100644 --- a/src/playlist/despotify_playlist_plugin.c +++ b/src/playlist/despotify_playlist_plugin.c @@ -100,7 +100,7 @@ parse_playlist(struct despotify_playlist *ctx, static bool despotify_playlist_init(G_GNUC_UNUSED const struct config_param *param) { - return mpd_despotify_get_session() != NULL; + return true; } static void |