1
0
Fork 0

Add moderation helpers to plugins

This commit is contained in:
Chocobozzz 2020-05-07 14:58:24 +02:00
parent 3cc665f48f
commit 80fdaf0645
No known key found for this signature in database
GPG key ID: 583A612D890159BE
34 changed files with 486 additions and 152 deletions

View file

@ -3,7 +3,7 @@ registerTSPaths()
import * as program from 'commander'
import { VideoModel } from '../server/models/video/video'
import { initDatabaseModels } from '../server/initializers'
import { initDatabaseModels } from '../server/initializers/database'
import { JobQueue } from '../server/lib/job-queue'
import { computeResolutionsToTranscode } from '@server/helpers/ffmpeg-utils'
import { VideoTranscodingPayload } from '@shared/models'