diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-16 14:19:43 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-16 14:19:43 +0100 |
commit | 1ab6024345c8a4dd98588c55af9a218b77c8b714 (patch) | |
tree | 427fbe7a4943046ae353d7d0814a51e05b0cbb8f /server/models/video/video.ts | |
parent | ddca2576997e2769d8cc37bbfe3098591add13dd (diff) | |
download | PeerTube-1ab6024345c8a4dd98588c55af9a218b77c8b714.tar.gz PeerTube-1ab6024345c8a4dd98588c55af9a218b77c8b714.tar.zst PeerTube-1ab6024345c8a4dd98588c55af9a218b77c8b714.zip |
Fix live badge in videos list
Diffstat (limited to 'server/models/video/video.ts')
-rw-r--r-- | server/models/video/video.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/models/video/video.ts b/server/models/video/video.ts index d3fed338a..abf823d4b 100644 --- a/server/models/video/video.ts +++ b/server/models/video/video.ts | |||
@@ -1602,6 +1602,7 @@ export class VideoModel extends Model { | |||
1602 | 'likes', | 1602 | 'likes', |
1603 | 'dislikes', | 1603 | 'dislikes', |
1604 | 'remote', | 1604 | 'remote', |
1605 | 'isLive', | ||
1605 | 'url', | 1606 | 'url', |
1606 | 'commentsEnabled', | 1607 | 'commentsEnabled', |
1607 | 'downloadEnabled', | 1608 | 'downloadEnabled', |