diff --git a/iosApp/iosApp/Player/MPVPlayerBridge.swift b/iosApp/iosApp/Player/MPVPlayerBridge.swift index 37111147e..cd99196b9 100644 --- a/iosApp/iosApp/Player/MPVPlayerBridge.swift +++ b/iosApp/iosApp/Player/MPVPlayerBridge.swift @@ -621,7 +621,7 @@ final class MPVPlayerViewController: UIViewController { ) { guard mpv != nil else { return } - checkError(mpv_set_property_string(mpv, "sub-ass-override", "force")) + checkError(mpv_set_property_string(mpv, "sub-ass-override", "no")) checkError(mpv_set_property_string(mpv, "sub-color", textColor)) checkError(mpv_set_property_string(mpv, "sub-back-color", backgroundColor)) checkError(mpv_set_property_string(mpv, "sub-outline-color", outlineColor))