Refactored AnalVids so studios are channels, excluded most channels from daily update.

This commit is contained in:
DebaucheryLibrarian
2024-10-20 01:59:18 +02:00
parent d89ced2e6e
commit 5374d6fd39
11 changed files with 6139 additions and 11963 deletions

View File

@@ -1094,7 +1094,7 @@ exports.seed = (knex) => Promise.resolve()
const entities = await knex('entities')
.whereIn('slug', tagMedia.map((item) => item.entitySlug).filter(Boolean))
.orderBy('type', 'DESC');
.orderBy('type', 'asc');
const entitiesBySlug = entities.reduce((acc, entity) => ({
...acc,