]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/api/video-channel.ts
Update torrent metadata on video update
[github/Chocobozzz/PeerTube.git] / server / controllers / api / video-channel.ts
index f9c1a405d907038ca81ef7e5e9d8102a85b7af3d..d1a1e6473d5b6a788913f2cd24faec0dea3d13af 100644 (file)
@@ -347,7 +347,6 @@ async function listVideoChannelVideos (req: express.Request, res: express.Respon
 
     displayOnlyForFollower,
     nsfw: buildNSFWFilter(res, query.nsfw),
-    withFiles: false,
     videoChannelId: videoChannelInstance.id,
     user: res.locals.oauth ? res.locals.oauth.token.User : undefined,
     countVideos