aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/video-watch.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-watch/video-watch.component.ts')
-rw-r--r--client/src/app/+videos/+video-watch/video-watch.component.ts1
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)