Merge pull request #676 from stonerl/fix-pip-broken-with-mpv

fix PiP Mode Not Working Using MPV
This commit is contained in:
Arkadiusz Fal
2024-05-19 09:51:38 +02:00
committed by GitHub
3 changed files with 28 additions and 8 deletions

View File

@@ -315,7 +315,7 @@ struct QualityProfileForm: View {
func isResolutionDisabled(_ resolution: ResolutionSetting) -> Bool {
guard backend == .appleAVPlayer else { return false }
return resolution.value > .hd1080p60
return resolution.value > .hd720p30
}
func initializeForm() {