X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fcontrollers%2Fapi%2Faccounts.ts;h=46d89bafa1ded3113b94ef54028cb9bfef31a883;hb=5cf027bdc46f1bf214c4cf26eee17ebda228004f;hp=44edffe38381d268bd13a2978fd58785da517ab0;hpb=2760b454a761f6af3138b2fb5f34340772ab0d1e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/controllers/api/accounts.ts b/server/controllers/api/accounts.ts index 44edffe38..46d89bafa 100644 --- a/server/controllers/api/accounts.ts +++ b/server/controllers/api/accounts.ts @@ -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