mirror of https://github.com/Chocobozzz/PeerTube
Properly hide Watch Later when user logs out
parent
99ae9d3a9e
commit
80adb0366f
|
@ -200,7 +200,7 @@ export class VideoMiniatureComponent implements OnInit {
|
|||
}
|
||||
|
||||
isWatchLaterPlaylistDisplayed () {
|
||||
return this.inWatchLaterPlaylist !== undefined
|
||||
return this.isUserLoggedIn() && this.inWatchLaterPlaylist !== undefined
|
||||
}
|
||||
|
||||
private setUpBy () {
|
||||
|
|
Loading…
Reference in New Issue