Skip to content

Commit

Permalink
core/mse-controller: Add missing 'this.' prefix for calling revokeObj…
Browse files Browse the repository at this point in the history
…ectURL()
  • Loading branch information
xqq committed Oct 26, 2023
1 parent 99a8e0c commit 2bb5349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/mse-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class MSEController {
this.shutdown();
}
if (this._mediaSourceObjectURL) {
revokeObjectURL();
this.revokeObjectURL();
}
this.e = null;
this._emitter.removeAllListeners();
Expand Down

0 comments on commit 2bb5349

Please sign in to comment.