Skip to content

Commit 40b604c

Browse files
authored
add in required override for JWPlayerDelegate (#103)
1 parent 469b342 commit 40b604c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ios/RNJWPlayer/RNJWPlayerView.swift

+4
Original file line numberDiff line numberDiff line change
@@ -1231,6 +1231,10 @@ class RNJWPlayerView : UIView, JWPlayerDelegate, JWPlayerStateDelegate, JWAdDele
12311231
func jwplayerContentDidComplete(_ player:JWPlayer) {
12321232
self.onComplete?([:])
12331233
}
1234+
1235+
func jwplayerContentIsBuffering(_ player: any JWPlayerKit.JWPlayer) {
1236+
1237+
}
12341238

12351239
func jwplayer(_ player:JWPlayer, didLoadPlaylistItem item:JWPlayerItem, at index:UInt) {
12361240
// var sourceDict: [String: Any] = [:]

0 commit comments

Comments
 (0)