mirror of
https://github.com/yattee/yattee.git
synced 2024-11-12 17:18:22 +00:00
Fix setting video mode on MPV
This commit is contained in:
parent
7cd6928e8c
commit
dbffa4ae08
@ -229,7 +229,7 @@ final class MPVClient: ObservableObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func setVideoToAuto() {
|
func setVideoToAuto() {
|
||||||
setString("video", "auto")
|
setString("video", "1")
|
||||||
}
|
}
|
||||||
|
|
||||||
func setVideoToNo() {
|
func setVideoToNo() {
|
||||||
|
Loading…
Reference in New Issue
Block a user