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:
parent
ff0ea0cd8e
commit
e5dbd5084e
8 changed files with 1050 additions and 778 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue