dash-shaka-playback
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -26,3 +26,3 @@ import {HTML5Video, Log, Events} from 'clappr' | ||
super(_options) | ||
this._isReadyState = false | ||
this._isShakaReadyState = false | ||
this._levels = [] | ||
@@ -66,3 +66,3 @@ this._options.shaka = _options.shaka || {} | ||
get isReady() {return this._isReadyState} | ||
get isReady() {return this._isShakaReadyState} | ||
@@ -82,3 +82,3 @@ // skipping error handling on video tag in favor of error on shaka | ||
this._player = null | ||
this._isReadyState = false | ||
this._isShakaReadyState = false | ||
}). | ||
@@ -161,3 +161,3 @@ catch(() => { Log.error('shaka could not be unloaded') }) | ||
super.destroy() | ||
this._isReadyState = false | ||
this._isShakaReadyState = false | ||
Log.debug('shaka was destroyed') | ||
@@ -167,2 +167,3 @@ } | ||
_ready() { | ||
this._isShakaReadyState = true | ||
super._ready() | ||
@@ -169,0 +170,0 @@ } |
{ | ||
"name": "dash-shaka-playback", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "clappr dash playback based on shaka player", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
278396
533