Skip to content

VLCPlaybackService: Fix repeatAllItems mode

Soomin Lee requested to merge bubu/vlc-ios:playback/repeat/all/01 into master

In the case of a normal playback (without random), the nextIndex was wrongfully set to -1 when the currentItem was the last item on a list.

This reset nextIndex to 0 when the repeat mode is set to VLCRepeatAllItems.

Closes #783 (closed)

Merge request reports