@bluebillywig/react-native-bb-player 8.47.5 → 8.47.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ios/BBPlayerView.swift +1 -1
- package/package.json +1 -1
package/ios/BBPlayerView.swift
CHANGED
|
@@ -809,7 +809,7 @@ class BBPlayerView: UIView, BBNativePlayerViewDelegate {
|
|
|
809
809
|
let mediaInfo = builder.build()
|
|
810
810
|
let loadOptions = GCKMediaLoadOptions()
|
|
811
811
|
loadOptions.autoplay = true
|
|
812
|
-
loadOptions.playPosition =
|
|
812
|
+
loadOptions.playPosition = 0
|
|
813
813
|
|
|
814
814
|
remoteMediaClient.loadMedia(mediaInfo, with: loadOptions)
|
|
815
815
|
log("castCurrentMedia: loaded \(jsonUrl) onto cast session")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bluebillywig/react-native-bb-player",
|
|
3
|
-
"version": "8.47.
|
|
3
|
+
"version": "8.47.6",
|
|
4
4
|
"description": "Blue Billywig Native Video Player for React Native - iOS AVPlayer and Android ExoPlayer integration",
|
|
5
5
|
"main": "lib/commonjs/index.js",
|
|
6
6
|
"module": "lib/module/index.js",
|