diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-04 11:42:06 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-07 08:58:29 +0200 |
commit | 5abc96fca2496f33075796db208fccc3543e0f65 (patch) | |
tree | 72da3df83df172a7a66b9ecff9b136e171c830bf /client/src/app/+videos | |
parent | a4ff3100d36f2fe9a4dfc00e8487c28a94433c4f (diff) | |
download | PeerTube-5abc96fca2496f33075796db208fccc3543e0f65.tar.gz PeerTube-5abc96fca2496f33075796db208fccc3543e0f65.tar.zst PeerTube-5abc96fca2496f33075796db208fccc3543e0f65.zip |
Add logic to handle playlist in embed
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-watch/video-watch.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
163 | // Unsubscribe subscriptions | 163 | // Unsubscribe subscriptions |
164 | if (this.paramsSub) this.paramsSub.unsubscribe() | 164 | if (this.paramsSub) this.paramsSub.unsubscribe() |
165 | if (this.queryParamsSub) this.queryParamsSub.unsubscribe() | 165 | if (this.queryParamsSub) this.queryParamsSub.unsubscribe() |
166 | if (this.configSub) this.configSub.unsubscribe() | ||
166 | 167 | ||
167 | // Unbind hotkeys | 168 | // Unbind hotkeys |
168 | this.hotkeysService.remove(this.hotkeys) | 169 | this.hotkeysService.remove(this.hotkeys) |