Commit 65234fa8 authored by Clément Stenac's avatar Clément Stenac

Fix next/previous in skins2 playlist

parent e7e9b121
...@@ -840,6 +840,7 @@ static playlist_item_t * NextItem( playlist_t *p_playlist ) ...@@ -840,6 +840,7 @@ static playlist_item_t * NextItem( playlist_t *p_playlist )
p_playlist->i_index += i_skip; p_playlist->i_index += i_skip;
p_new = p_playlist->pp_items[p_playlist->i_index]; p_new = p_playlist->pp_items[p_playlist->i_index];
} }
p_playlist->request.i_skip = 0;
} }
} }
else else
......
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