mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-29 06:28:24 +00:00
fix(player): disable subtitle scaling with window on iOS
This commit is contained in:
@@ -220,6 +220,8 @@ final class MPVLayerRenderer {
|
||||
#endif
|
||||
|
||||
// Subtitle and audio settings
|
||||
checkError(mpv_set_option_string(mpv, "sub-scale-with-window", "no"))
|
||||
checkError(mpv_set_option_string(mpv, "sub-use-margins", "no"))
|
||||
checkError(mpv_set_option_string(mpv, "subs-match-os-language", "yes"))
|
||||
checkError(mpv_set_option_string(mpv, "subs-fallback", "yes"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user