mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix live miniatures
This commit is contained in:
parent
9cfeb3cf98
commit
91f884d139
@ -31,6 +31,8 @@ export class VideoThumbnailComponent {
|
||||
}
|
||||
|
||||
isLiveEnded () {
|
||||
if (!this.video.state) return
|
||||
|
||||
return this.video.state.id === VideoState.LIVE_ENDED
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user