]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/api/overviews.ts
Fix player error modal size
[github/Chocobozzz/PeerTube.git] / server / controllers / api / overviews.ts
index 68626a5081d60e9119731725f6bec17ab90ceb0f..34585e557f775e9ac97ee03065a3fe9a3eb5a816 100644 (file)
@@ -122,7 +122,6 @@ async function getVideos (
     },
     nsfw: buildNSFWFilter(res),
     user: res.locals.oauth ? res.locals.oauth.token.User : undefined,
-    withFiles: false,
     countVideos: false,
 
     ...where