]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix broken lives handling
authorChocobozzz <me@florianbigard.com>
Wed, 26 May 2021 10:03:44 +0000 (12:03 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 26 May 2021 10:03:44 +0000 (12:03 +0200)
server/models/video/video.ts

index 8c316e00c78a283f6e312b4c6d7450269b65292f..18afba1ba763f06f2d78baf2d7da5f653401add9 100644 (file)
@@ -1008,6 +1008,7 @@ export class VideoModel extends Model {
       attributes: [ 'id' ],
       where: {
         isLive: true,
+        remote: false,
         state: VideoState.PUBLISHED
       }
     }