mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-25 12:29:18 -05:00
[spotify] Add missing listener notification on librespot logout
This commit is contained in:
parent
05e367a84b
commit
f3fa343b9b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user