Commit d7e7d6a9 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix #1899 as far as I can test it (in all cse this change is good).

parent 08693973
...@@ -763,7 +763,7 @@ int playlist_TreeMove( playlist_t * p_playlist, playlist_item_t *p_item, ...@@ -763,7 +763,7 @@ int playlist_TreeMove( playlist_t * p_playlist, playlist_item_t *p_item,
p_playlist->p_root_category, p_playlist->p_root_category,
false ); false );
if( p_node_category && p_item_category ) if( p_node_category && p_item_category )
TreeMove( p_playlist, p_item_category, p_node_category, i_newpos ); TreeMove( p_playlist, p_item_category, p_node_category, 0 );
} }
i_ret = VLC_SUCCESS; i_ret = VLC_SUCCESS;
} }
......
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