Skip to content

Change the media slave table primary key to a composite one to avoid insertion collision

Nicolas Pomepuy requested to merge Aza/vlc-android:slaves into master

Fixes #1555 (closed)

It can be tested by selecting multiple subtitle tracks with the file picker.

  • Before these commits: only the last one is remembered after stopping the playback
  • After : everything is remembered

Merge request reports