aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-16 16:13:19 +0100
committerChocobozzz <me@florianbigard.com>2023-02-16 16:13:19 +0100
commit6e060713b428f479d26993f6fd79a062630d2432 (patch)
tree2277d0589e5b52f497bbd85650d14cd1de42ed5a /client/src/app/+videos
parent4835b374d04705408e6c458f7ce100d929b2edc1 (diff)
downloadPeerTube-6e060713b428f479d26993f6fd79a062630d2432.tar.gz
PeerTube-6e060713b428f479d26993f6fd79a062630d2432.tar.zst
PeerTube-6e060713b428f479d26993f6fd79a062630d2432.zip
Correctly unsubscribe on menu destroy
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r--client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts b/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts
index ee3a6c73e..42259129c 100644
--- a/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts
+++ b/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts
@@ -58,7 +58,6 @@ export class RecommendedVideosComponent implements OnInit, OnChanges, OnDestroy
58 .subscribe(user => { 58 .subscribe(user => {
59 this.user = user 59 this.user = user
60 this.autoPlayNextVideo = user.autoPlayNextVideo 60 this.autoPlayNextVideo = user.autoPlayNextVideo
61 console.log(this.autoPlayNextVideo)
62 }) 61 })
63 } 62 }
64 63