[spotify] Add missing listener notification on librespot logout

This commit is contained in:
chme 2021-12-26 20:20:31 +01:00
parent 05e367a84b
commit f3fa343b9b

View File

@ -731,6 +731,8 @@ logout(void)
memset(&ctx->status, 0, sizeof(ctx->status));
pthread_mutex_unlock(&spotify_ctx_lock);
listener_notify(LISTENER_SPOTIFY);
}
static int