mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-09 13:12:42 +00:00
fix indent
This commit is contained in:
@@ -274,7 +274,7 @@ class RCTVideo: UIView, RCTVideoPlayerViewControllerDelegate, RCTPlayerObserverH
|
||||
self._playerItem?.preferredPeakBitRate = Double(maxBitRate)
|
||||
}
|
||||
|
||||
self._player = AVPlayer()
|
||||
self._player = AVPlayer()
|
||||
DispatchQueue.global(qos: .default).async {
|
||||
self._player?.replaceCurrentItem(with: playerItem)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user