Commit bc92b76d authored by Rafaël Carré's avatar Rafaël Carré

dbus: super annoying typo

parent 1cde1264
...@@ -417,7 +417,7 @@ DBUS_METHOD( DelTrack ) ...@@ -417,7 +417,7 @@ DBUS_METHOD( DelTrack )
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED; return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
} }
if( i_position >= p_playlist->items.i_size / 2 ) if( i_position <= p_playlist->items.i_size / 2 )
{ {
playlist_DeleteFromInput( p_playlist, playlist_DeleteFromInput( p_playlist,
p_playlist->items.p_elems[i_position*2-1]->i_id, p_playlist->items.p_elems[i_position*2-1]->i_id,
......
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