Commit 92a7fbd1 authored by Felix Paul Kühne's avatar Felix Paul Kühne

There is no need to reload the playlist on every single cycle of the manage...

There is no need to reload the playlist on every single cycle of the manage thread. Trust the callbacks triggering 'PlaylistChanged' in VLCMain.
parent 67625880
...@@ -1368,7 +1368,6 @@ static VLCMain *_o_sharedMainInstance = nil; ...@@ -1368,7 +1368,6 @@ static VLCMain *_o_sharedMainInstance = nil;
else else
{ {
p_intf->p_sys->i_play_status = END_S; p_intf->p_sys->i_play_status = END_S;
p_intf->p_sys->b_playlist_update = true;
[self playStatusUpdated: p_intf->p_sys->i_play_status]; [self playStatusUpdated: p_intf->p_sys->i_play_status];
[o_embedded_window playStatusUpdated: p_intf->p_sys->i_play_status]; [o_embedded_window playStatusUpdated: p_intf->p_sys->i_play_status];
[self setSubmenusEnabled: FALSE]; [self setSubmenusEnabled: FALSE];
......
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