]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/video/video.ts
Fix stat file size with HLS
[github/Chocobozzz/PeerTube.git] / server / models / video / video.ts
index 8e71f8c32336ed4ee9c67cbe4c5873102c6bfd4b..60f295056d1093edc93764c4aabba124c421767e 100644 (file)
@@ -964,7 +964,7 @@ export class VideoModel extends Model<VideoModel> {
             }
           ]
         },
-        VideoLiveModel,
+        VideoLiveModel.unscoped(),
         VideoFileModel,
         TagModel
       ]