1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Refactor video query builder

This commit is contained in:
Chocobozzz 2021-06-10 08:53:32 +02:00
parent ff0ea0cd8e
commit e5dbd5084e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
8 changed files with 1050 additions and 778 deletions

View file

@ -21,9 +21,9 @@ import {
WEBSERVER
} from '../initializers/constants'
import { AccountModel } from '../models/account/account'
import { getActivityStreamDuration } from '../models/video/formatter/video-format-utils'
import { VideoModel } from '../models/video/video'
import { VideoChannelModel } from '../models/video/video-channel'
import { getActivityStreamDuration } from '../models/video/video-format-utils'
import { VideoPlaylistModel } from '../models/video/video-playlist'
import { MAccountActor, MChannelActor } from '../types/models'
import { ServerConfigManager } from './server-config-manager'