Skip to content

VLCPlaybackService: Properly check if next media is available

This merge request brings a fix to the next index computation in CarPlay by:

  • Checking the _currentIndex in order to determine if the next media is available or not.

Previously, the nextMedia method was called and was breaking the next index computation leading to skipping medias in the list.

Merge request reports