From 63f0344742dd81f4337e18605193c5f96640015a Mon Sep 17 00:00:00 2001 From: lrusso Date: Mon, 4 Sep 2023 17:34:46 -0300 Subject: [PATCH] rollback logic --- ios/Video/Features/RCTPlayerOperations.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Video/Features/RCTPlayerOperations.swift b/ios/Video/Features/RCTPlayerOperations.swift index b10d0b2b..58bd35c2 100644 --- a/ios/Video/Features/RCTPlayerOperations.swift +++ b/ios/Video/Features/RCTPlayerOperations.swift @@ -120,7 +120,7 @@ enum RCTPlayerOperations { #endif } - #if os(iOS) + #if os(tvOS) // Do noting. Fix for tvOS native audio menu language selector #else // If a match isn't found, option will be nil and text tracks will be disabled