]> git.sesse.net Git - vlc/blobdiff - src/playlist/search.c
Rebuild the array of currently playing items as a background task.
[vlc] / src / playlist / search.c
index 00077f44e9bba42f2717ca9a4d6a0b84587a0d2d..ba7a52c6818a9fe332c150ded7e8e0220bdecc6e 100644 (file)
@@ -95,5 +95,6 @@ int playlist_LiveSearchUpdate( playlist_t *p_playlist, playlist_item_t *p_root,
         else
             p_item->i_flags |= PLAYLIST_DBL_FLAG;
    }
+   vlc_cond_signal( &p_playlist->object_wait );
    return VLC_SUCCESS;
 }