diff --git a/Shared/Views/BrowserPlayerControls.swift b/Shared/Views/BrowserPlayerControls.swift index fc61455c..67a9a27a 100644 --- a/Shared/Views/BrowserPlayerControls.swift +++ b/Shared/Views/BrowserPlayerControls.swift @@ -38,7 +38,7 @@ struct BrowserPlayerControls: View { content .frame(maxHeight: .infinity) - #if !os(tvOS) + #if os(iOS) VStack(spacing: 0) { toolbar .borderTop(height: 0.4, color: Color("ControlsBorderColor"))