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

Cosmetic.

parent d3ed2c8a
...@@ -442,11 +442,11 @@ check_input: ...@@ -442,11 +442,11 @@ check_input:
} }
ObjectGarbageCollector( p_playlist, true ); ObjectGarbageCollector( p_playlist, true );
return; return;
} }
playlist_PlayItem( p_playlist, p_item ); playlist_PlayItem( p_playlist, p_item );
} }
else else
{ {
const bool b_gc_forced = p_playlist->status.i_status != PLAYLIST_STOPPED; const bool b_gc_forced = p_playlist->status.i_status != PLAYLIST_STOPPED;
p_playlist->status.i_status = PLAYLIST_STOPPED; p_playlist->status.i_status = PLAYLIST_STOPPED;
......
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