Properly hide Watch Later when user logs out

This commit is contained in:
Rigel Kent 2020-02-19 09:33:49 +01:00
parent 99ae9d3a9e
commit 80adb0366f
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ export class VideoMiniatureComponent implements OnInit {
} }
isWatchLaterPlaylistDisplayed () { isWatchLaterPlaylistDisplayed () {
return this.inWatchLaterPlaylist !== undefined return this.isUserLoggedIn() && this.inWatchLaterPlaylist !== undefined
} }
private setUpBy () { private setUpBy () {