Index nsfw videos too

This commit is contained in:
Chocobozzz 2020-06-12 16:08:43 +02:00
parent 8f62cc5577
commit fe65fa2f6e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ async function getVideos (host: string, start: number): Promise<IndexableVideo[]
qs: {
start,
filter: 'local',
nsfw: 'both',
skipCount: true,
count: INDEXER_COUNT.VIDEOS
},