diff options
Diffstat (limited to 'server/lib/schedulers/videos-redundancy-scheduler.ts')
-rw-r--r-- | server/lib/schedulers/videos-redundancy-scheduler.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/schedulers/videos-redundancy-scheduler.ts b/server/lib/schedulers/videos-redundancy-scheduler.ts index 8da9d52b5..54d9a9894 100644 --- a/server/lib/schedulers/videos-redundancy-scheduler.ts +++ b/server/lib/schedulers/videos-redundancy-scheduler.ts | |||
@@ -22,7 +22,7 @@ import { | |||
22 | MVideoRedundancyStreamingPlaylistVideo, | 22 | MVideoRedundancyStreamingPlaylistVideo, |
23 | MVideoRedundancyVideo, | 23 | MVideoRedundancyVideo, |
24 | MVideoWithAllFiles | 24 | MVideoWithAllFiles |
25 | } from '@server/typings/models' | 25 | } from '@server/types/models' |
26 | import { getVideoFilename } from '../video-paths' | 26 | import { getVideoFilename } from '../video-paths' |
27 | import { VideoModel } from '@server/models/video/video' | 27 | import { VideoModel } from '@server/models/video/video' |
28 | import { getServerActor } from '@server/models/application/application' | 28 | import { getServerActor } from '@server/models/application/application' |