Skip to content

MPV: Fix the MPV controls

Kubat requested to merge fix-mpv into master

By default, don't create and initialize the MPV context, do it when the user request to play the video. This is done to not rely on race condition between the window creation and the MPV lib trying to get the window ID.

Merge request reports