Fix broken lives handling
This commit is contained in:
parent
53e7f82fe3
commit
f49b3231d0
|
@ -1008,6 +1008,7 @@ export class VideoModel extends Model {
|
||||||
attributes: [ 'id' ],
|
attributes: [ 'id' ],
|
||||||
where: {
|
where: {
|
||||||
isLive: true,
|
isLive: true,
|
||||||
|
remote: false,
|
||||||
state: VideoState.PUBLISHED
|
state: VideoState.PUBLISHED
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue