diff --git a/ios/Video/RCTVideo.m b/ios/Video/RCTVideo.m index 61b87578..a165d5c8 100644 --- a/ios/Video/RCTVideo.m +++ b/ios/Video/RCTVideo.m @@ -516,7 +516,7 @@ static int const RCTVideoUnset = -1; if (cachedAsset) { DebugLog(@"Playing back uri '%@' from cache", uri); // See note in playerItemForSource about not being able to support text tracks & caching - handler([AVPlayerItem playerItemWithAsset:asset]); + handler([AVPlayerItem playerItemWithAsset:cachedAsset]); return; } }