1
0
Fork 0

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

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 () {