Skip to content

Commit

Permalink
Remove unnecessary protectionController.setMediaElement call
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed May 5, 2021
1 parent f9be8fa commit 9eed2f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/streaming/controllers/StreamController.js
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,6 @@ function StreamController() {
}
videoModel = null;
if (protectionController) {
protectionController.setMediaElement(null);
protectionController = null;
protectionData = null;
if (manifestModel.getValue()) {
Expand Down

0 comments on commit 9eed2f0

Please sign in to comment.