Skip to content

Commit

Permalink
fix(ios): fix cache playerItemPrepareText type
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMoch committed Nov 17, 2023
1 parent 211c3c7 commit 5cfec60
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 5cfec60

Please sign in to comment.