Properly hide Watch Later when user logs out
This commit is contained in:
parent
99ae9d3a9e
commit
80adb0366f
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||||
|
|
Loading…
Reference in a new issue