rollback logic

This commit is contained in:
lrusso 2023-09-04 17:33:21 -03:00
parent 03cba605ea
commit 14f12df9f8

View File

@ -112,7 +112,9 @@ enum RCTPlayerOperations {
} }
} }
} else { // default. invalid type or "system" } else { // default. invalid type or "system"
#if os(iOS) #if os(tvOS)
// Do noting. Fix for tvOS native audio menu language selector
#else
player?.currentItem?.selectMediaOptionAutomatically(in: group) player?.currentItem?.selectMediaOptionAutomatically(in: group)
return return
#endif #endif