Skip to content

Commit

Permalink
fix(FEC-9512): save shaka lib on mediaSource adapter (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuvalke authored Dec 3, 2019
1 parent 195af87 commit cbf15be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/dash-adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ export default class DashAdapter extends BaseMediaSourceAdapter {
* @static
*/
static _availableDrmProtocol: Array<Function> = [];
/**
* The shaka Lib
* @member {any} _shakaLib
* @private
*/
_shakaLib: any = shaka;
/**
* The shaka player instance
* @member {any} _shaka
Expand Down

0 comments on commit cbf15be

Please sign in to comment.