Skip to content

Commit

Permalink
fix(ios): fix cache playerItemPrepareText type (#3358)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMoch authored Nov 17, 2023
1 parent 211c3c7 commit 0e23952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/VideoCaching/RCTVideoCachingHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Promises
class RCTVideoCachingHandler: NSObject, DVAssetLoaderDelegatesDelegate {

private var _videoCache:RCTVideoCache! = RCTVideoCache.sharedInstance()
var playerItemPrepareText: ((AVAsset?, NSDictionary?) -> AVPlayerItem, uri: String)?
var playerItemPrepareText: ((AVAsset?, NSDictionary?, String) -> AVPlayerItem)?

override init() {
super.init()
Expand Down

0 comments on commit 0e23952

Please sign in to comment.