Fix build
This commit is contained in:
parent
4c99953acd
commit
7b0c61e743
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import { logger } from '../helpers/logger'
|
|||
import { doRequest, doRequestAndSaveToFile } from '../helpers/requests'
|
||||
import { generateRandomString } from '../helpers/utils'
|
||||
import { CONFIG } from '../initializers/config'
|
||||
import { P2P_MEDIA_LOADER_PEER_VERSION } from '../initializers/constants'
|
||||
import { P2P_MEDIA_LOADER_PEER_VERSION, REQUEST_TIMEOUTS } from '../initializers/constants'
|
||||
import { sequelizeTypescript } from '../initializers/database'
|
||||
import { VideoFileModel } from '../models/video/video-file'
|
||||
import { VideoStreamingPlaylistModel } from '../models/video/video-streaming-playlist'
|
||||
|
|
Loading…
Reference in a new issue