diff --git a/Sources/KSPlayer/SwiftUI/KSVideoPlayerView.swift b/Sources/KSPlayer/SwiftUI/KSVideoPlayerView.swift index d5458c008..c6bace4c2 100644 --- a/Sources/KSPlayer/SwiftUI/KSVideoPlayerView.swift +++ b/Sources/KSPlayer/SwiftUI/KSVideoPlayerView.swift @@ -57,16 +57,12 @@ public struct KSVideoPlayerView: View { ZStack { GeometryReader { proxy in playView - #if os(xrOS) HStack { Spacer() VideoSubtitleView(model: playerCoordinator.subtitleModel) Spacer() } .padding() - #else - VideoSubtitleView(model: playerCoordinator.subtitleModel) - #endif controllerView(playerWidth: proxy.size.width) #if os(tvOS) if isDropdownShow {