Commit b527c3fc authored by Felix Paul Kühne's avatar Felix Paul Kühne

* minor update to the current playlist API

parent 020e0268
...@@ -523,7 +523,7 @@ static int HandleKey( intf_thread_t *p_intf, int i_key ) ...@@ -523,7 +523,7 @@ static int HandleKey( intf_thread_t *p_intf, int i_key )
p_sys->i_box_plidx = 0; p_sys->i_box_plidx = 0;
break; break;
case KEY_END: case KEY_END:
p_sys->i_box_plidx = p_sys->p_playlist->i_size - 1; p_sys->i_box_plidx = p_sys->p_playlist->items.i_size - 1;
break; break;
case KEY_UP: case KEY_UP:
p_sys->i_box_plidx--; p_sys->i_box_plidx--;
......
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