Skip to content

VLCPlaybackService: Execute the playback restart methods in main thread

This merge request brings a fix to the playback restart:

  • If the session will restart, the methods are executed in the main thread in order to avoid any conflict with the previous calls stopping the playback.

Closes #1815 (closed)

Merge request reports