Skip to content
Snippets Groups Projects

VPS: fix track restoration

Merged Felix Paul Kühne requested to merge fkuehne/vlc-ios:fix-1854 into master

The media library stores the indexes of the tracks in the respective array instead of the actual PID. So on recovery, we must match the stored index against the array to find-out the actual PID and then request that. The code is changed respectively to do that.

However, the array is constructed after parsing completed, so the entry point for recovery is moved accordingly.

This should fix #1854 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading