mirror of https://github.com/mpv-player/mpv
Fix -shuffle with remote playlist
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10395 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9d385eb070
commit
ca89a84e8a
|
@ -397,6 +397,8 @@ play_tree_set_params_from(play_tree_t* dest,play_tree_t* src) {
|
|||
|
||||
for(i = 0; src->params[i].name != NULL ; i++)
|
||||
play_tree_set_param(dest,src->params[i].name,src->params[i].value);
|
||||
if(src->flags & PLAY_TREE_RND) // pass the random flag too
|
||||
dest->flags |= PLAY_TREE_RND;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue