diff --git a/server/models/video/video.ts b/server/models/video/video.ts index 8c316e00c..18afba1ba 100644 --- a/server/models/video/video.ts +++ b/server/models/video/video.ts @@ -1008,6 +1008,7 @@ export class VideoModel extends Model { attributes: [ 'id' ], where: { isLive: true, + remote: false, state: VideoState.PUBLISHED } }