Fix setting video mode on MPV

This commit is contained in:
Arkadiusz Fal
2022-06-08 00:05:30 +02:00
parent e5811fd858
commit 1b44170c31

View File

@@ -229,7 +229,7 @@ final class MPVClient: ObservableObject {
} }
func setVideoToAuto() { func setVideoToAuto() {
setString("video", "auto") setString("video", "1")
} }
func setVideoToNo() { func setVideoToNo() {