1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Cleanup models directory organization

This commit is contained in:
Chocobozzz 2021-05-11 11:15:29 +02:00
parent c07902b908
commit 7d9ba5c089
No known key found for this signature in database
GPG key ID: 583A612D890159BE
91 changed files with 215 additions and 212 deletions

View file

@ -2,7 +2,7 @@ import * as Bull from 'bull'
import { TranscodeOptionsType } from '@server/helpers/ffmpeg-utils'
import { getTranscodingJobPriority, publishAndFederateIfNeeded } from '@server/lib/video'
import { getVideoFilePath } from '@server/lib/video-paths'
import { UserModel } from '@server/models/account/user'
import { UserModel } from '@server/models/user/user'
import { MUser, MUserId, MVideoFullLight, MVideoUUID, MVideoWithFile } from '@server/types/models'
import {
HLSTranscodingPayload,