From 5abc96fca2496f33075796db208fccc3543e0f65 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 4 Aug 2020 11:42:06 +0200 Subject: Add logic to handle playlist in embed --- client/src/app/+videos/+video-watch/video-watch.component.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app') diff --git a/client/src/app/+videos/+video-watch/video-watch.component.ts b/client/src/app/+videos/+video-watch/video-watch.component.ts index bb0830d99..dfe73d14d 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.ts +++ b/client/src/app/+videos/+video-watch/video-watch.component.ts @@ -163,6 +163,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy { // Unsubscribe subscriptions if (this.paramsSub) this.paramsSub.unsubscribe() if (this.queryParamsSub) this.queryParamsSub.unsubscribe() + if (this.configSub) this.configSub.unsubscribe() // Unbind hotkeys this.hotkeysService.remove(this.hotkeys) -- cgit v1.2.3