Skip to content
Extraits de code Groupes Projets

MPV: Fix the MPV controls

Fusionnées Kubat a demandé de fusionner fix-mpv vers master
1 fichier
+ 8
0
Comparer les modifications
  • Côte à côte
  • En ligne
@@ -297,6 +297,10 @@ MpvContainer::mpvPause() noexcept
void
MpvContainer::mpvTogglePlayback() noexcept
{
if (!isMpvAlreadyInitialized) {
reCreateMpvContext();
}
logDebug() << "MPV: Toggling the playback";
asyncCommand(AsyncCmdType::TogglePlayback, { "cycle", "pause", "up", nullptr });
}
Chargement en cours