Commit f22c553d authored by Clément Stenac's avatar Clément Stenac

Oups, fixed stupid crash in PLS

parent 3aaabb65
...@@ -129,7 +129,7 @@ static int Demux( demux_t *p_demux ) ...@@ -129,7 +129,7 @@ static int Demux( demux_t *p_demux )
return -1; return -1;
} }
b_play = FindItem( p_demux, p_playlist, p_parent ); b_play = FindItem( p_demux, p_playlist, &p_parent );
p_parent->input.i_type = ITEM_TYPE_PLAYLIST; p_parent->input.i_type = ITEM_TYPE_PLAYLIST;
/* Change the item to a node */ /* Change the item to a node */
......
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