mirror of
https://review.haiku-os.org/haiku
synced 2025-02-12 00:28:19 +01:00
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.