Commit 20a560c6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cleanup service discovery - always

parent f8763a6c
...@@ -474,7 +474,8 @@ void playlist_LastLoop( playlist_t *p_playlist ) ...@@ -474,7 +474,8 @@ void playlist_LastLoop( playlist_t *p_playlist )
#endif #endif
/* Core should have terminated all SDs before the playlist */ /* Core should have terminated all SDs before the playlist */
assert( p_playlist->i_sds == 0 ); /* TODO: It fails to do so when not playing anything -- Courmisch */
playlist_ServicesDiscoveryKillAll( p_playlist );
playlist_MLDump( p_playlist ); playlist_MLDump( p_playlist );
PL_LOCK; PL_LOCK;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment