@brandbrigade/ott-bb-player 1.0.67 → 1.0.68
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/README.md +5 -1
- package/dist/OTTPlayer.js +7 -0
- package/package.json +1 -1
- package/dist/index.css +0 -1
- package/dist/index.html +0 -17
- package/dist/index.js +0 -8
package/README.md
CHANGED
|
@@ -351,4 +351,8 @@ Killswitch status is now checked on game params headers instead of zip headers
|
|
|
351
351
|
Added metrics for zip fetch as URL parameters
|
|
352
352
|
Implemented a zip fetch retry mechanism while there is still time to fetch them
|
|
353
353
|
Added OTTPlayer off method to unsubscribe from player events
|
|
354
|
-
Implemented destroy method to properly dispose OTTPlayer instances
|
|
354
|
+
Implemented destroy method to properly dispose OTTPlayer instances
|
|
355
|
+
|
|
356
|
+
### Version v1.0.68
|
|
357
|
+
|
|
358
|
+
Zip download logic fixed
|