Fix live miniatures

This commit is contained in:
Chocobozzz
2020-12-17 13:46:52 +01:00
parent 9cfeb3cf98
commit 91f884d139

View File

@@ -31,6 +31,8 @@ export class VideoThumbnailComponent {
}
isLiveEnded () {
if (!this.video.state) return
return this.video.state.id === VideoState.LIVE_ENDED
}