Skip to content

VLCPlaybackService: iOS: call delegate savePlaybackState on next/prev

Soomin Lee requested to merge bubu/vlc-ios:player/meta/list/01 into master

Call the delegate method savePlaybackState directly from the PlaybackService without depending on the deledate of the VLCMediaListPlayer.

Indeed this lead to setting the metadata of the files at the start of a playback erasing older metadata.

Merge request reports