mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 04:45:33 +00:00
revert non-acked r27106
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27120 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f3a13413c9
commit
3f8db043f5
@ -710,9 +710,8 @@ play_tree_iter_up_step(play_tree_iter_t* iter, int d,int with_nodes) {
|
||||
iter->tree = iter->tree->parent;
|
||||
|
||||
// Pop subtree params
|
||||
if(iter->config && iter->entry_pushed > 0) {
|
||||
if(iter->config) {
|
||||
m_config_pop(iter->config);
|
||||
iter->entry_pushed = 0;
|
||||
if(iter->mode == PLAY_TREE_ITER_RND)
|
||||
iter->tree->flags |= PLAY_TREE_RND_PLAYED;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user