mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-30 12:33:56 -06:00
Fix broken lives handling
This commit is contained in:
parent
53e7f82fe3
commit
f49b3231d0
@ -1008,6 +1008,7 @@ export class VideoModel extends Model {
|
||||
attributes: [ 'id' ],
|
||||
where: {
|
||||
isLive: true,
|
||||
remote: false,
|
||||
state: VideoState.PUBLISHED
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user