]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/api/accounts.ts
Force video updatedAt update on update
[github/Chocobozzz/PeerTube.git] / server / controllers / api / accounts.ts
index 44edffe38381d268bd13a2978fd58785da517ab0..46d89bafa1ded3113b94ef54028cb9bfef31a883 100644 (file)
@@ -189,7 +189,6 @@ async function listAccountVideos (req: express.Request, res: express.Response) {
 
     displayOnlyForFollower,
     nsfw: buildNSFWFilter(res, query.nsfw),
-    withFiles: false,
     accountId: account.id,
     user: res.locals.oauth ? res.locals.oauth.token.User : undefined,
     countVideos