haiku/src/apps/mediaplayer
Philippe Saint-Pierre b5f22a7f78 MediaPlayer: Deletion of playlist entries
Several scenarios of misbehaviour found and fixed, examples :
* Deleting an item sitting before the currently playing item had the effect of
starting the playback of the item before the delete item.
(now it just updates the indexes - setting it to fCurrentIndex - 1 - without altering playback).

* Deleting the last item of the list had for effect of starting the playback of the entry
newingly being the last entry, regardless if the last entry was the active one or not.

Should fix #6689.
2012-09-02 16:14:02 -04:00
..
2012-04-16 21:31:22 +02:00
2012-06-25 13:43:53 -04:00
2012-08-05 19:32:46 +02:00
2012-08-05 19:32:46 +02:00