From f3fa343b9b83ca1b5ed6b11030cf50815160b1a8 Mon Sep 17 00:00:00 2001 From: chme Date: Sun, 26 Dec 2021 20:20:31 +0100 Subject: [PATCH] [spotify] Add missing listener notification on librespot logout --- src/inputs/spotify_librespotc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/inputs/spotify_librespotc.c b/src/inputs/spotify_librespotc.c index ab6716cf..c014197a 100644 --- a/src/inputs/spotify_librespotc.c +++ b/src/inputs/spotify_librespotc.c @@ -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