diff options
Diffstat (limited to 'server/controllers/bots.ts')
-rw-r--r-- | server/controllers/bots.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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 () { | |||
76 | }, | 76 | }, |
77 | isLocal: true, | 77 | isLocal: true, |
78 | nsfw: buildNSFWFilter(), | 78 | nsfw: buildNSFWFilter(), |
79 | withFiles: false, | ||
80 | countVideos: false | 79 | countVideos: false |
81 | }) | 80 | }) |
82 | 81 | ||