From 08cff0b5025e0df5712405f82b87dde4031025e4 Mon Sep 17 00:00:00 2001 From: Alexey Ordyakov Date: Thu, 15 Sep 2022 16:13:47 +0300 Subject: [PATCH] fix(media_control): remove subscription duplicate --- src/plugins/media_control/media_control.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/media_control/media_control.js b/src/plugins/media_control/media_control.js index d45fe363..57c167dd 100644 --- a/src/plugins/media_control/media_control.js +++ b/src/plugins/media_control/media_control.js @@ -359,7 +359,6 @@ export default class MediaControl extends UICorePlugin { // set the new container to match the volume of the last one this.setInitialVolume() this.changeTogglePlay() - this.bindContainerEvents() this.settingsUpdate() this.container && this.container.trigger(Events.CONTAINER_PLAYBACKDVRSTATECHANGED, this.container.isDvrInUse()) this.container && this.container.mediaControlDisabled && this.disable()