seekToNextMediaItem
Seeks to the next media item in the playlist, if available.
This method checks if there's a next media item using hasNextMediaItem
and seeks to it using seekToMediaItem(currentMediaItemIndex + 1)
if there is one.