From 3c10840fa90fc88fc98e8169faf4745ff6c80893 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 29 Oct 2021 10:54:27 +0200 Subject: Add video file size info in admin videos list --- server/controllers/bots.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'server/controllers/bots.ts') diff --git a/server/controllers/bots.ts b/server/controllers/bots.ts index 9f03de7e8..2a8d6863a 100644 --- a/server/controllers/bots.ts +++ b/server/controllers/bots.ts @@ -76,7 +76,6 @@ async function getSitemapLocalVideoUrls () { }, isLocal: true, nsfw: buildNSFWFilter(), - withFiles: false, countVideos: false }) -- cgit v1.2.3