aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/models/video/video.ts')
-rw-r--r--server/models/video/video.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/models/video/video.ts b/server/models/video/video.ts
index fd56d2423..06aec1308 100644
--- a/server/models/video/video.ts
+++ b/server/models/video/video.ts
@@ -114,13 +114,13 @@ import { buildTrigramSearchIndex, buildWhereIdOrUUID, getVideoSort, isOutdated,
114import { UserModel } from '../user/user' 114import { UserModel } from '../user/user'
115import { UserVideoHistoryModel } from '../user/user-video-history' 115import { UserVideoHistoryModel } from '../user/user-video-history'
116import { VideoViewModel } from '../view/video-view' 116import { VideoViewModel } from '../view/video-view'
117import { videoModelToActivityPubObject } from './formatter/video-activity-pub-format'
117import { 118import {
118 videoFilesModelToFormattedJSON, 119 videoFilesModelToFormattedJSON,
119 VideoFormattingJSONOptions, 120 VideoFormattingJSONOptions,
120 videoModelToActivityPubObject,
121 videoModelToFormattedDetailsJSON, 121 videoModelToFormattedDetailsJSON,
122 videoModelToFormattedJSON 122 videoModelToFormattedJSON
123} from './formatter/video-format-utils' 123} from './formatter/video-api-format'
124import { ScheduleVideoUpdateModel } from './schedule-video-update' 124import { ScheduleVideoUpdateModel } from './schedule-video-update'
125import { 125import {
126 BuildVideosListQueryOptions, 126 BuildVideosListQueryOptions,