diff options
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts | 1 |
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 | ||