Skip to content

Commit

Permalink
Update flashhls-adapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuvalke committed Dec 29, 2019
1 parent 4f25ba0 commit d12ade0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flashhls-adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class FlashHLSAdapter extends FakeEventTarget {
}
this._startTimeAttach = NaN;
this._lastTimeDetach = NaN;
this._api = null;
delete this._api;
//simulate the event sequence like video tag
this._trigger(EventType.ABORT);
this._trigger(EventType.EMPTIED);
Expand Down

0 comments on commit d12ade0

Please sign in to comment.