diff --git a/Model/Player/PlayerModel.swift b/Model/Player/PlayerModel.swift index cccde5e4..26cedcac 100644 --- a/Model/Player/PlayerModel.swift +++ b/Model/Player/PlayerModel.swift @@ -142,6 +142,8 @@ final class PlayerModel: ObservableObject { #if os(iOS) if Defaults[.lockPortraitWhenBrowsing] { Orientation.lockOrientation(.portrait, andRotateTo: .portrait) + } else { + Orientation.lockOrientation(.allButUpsideDown) } #endif }