Fix broken lives handling

This commit is contained in:
Chocobozzz 2021-05-26 12:03:44 +02:00
parent 53e7f82fe3
commit f49b3231d0
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -1008,6 +1008,7 @@ export class VideoModel extends Model {
attributes: [ 'id' ],
where: {
isLive: true,
remote: false,
state: VideoState.PUBLISHED
}
}