diff options
Diffstat (limited to 'server/models/video/video.ts')
-rw-r--r-- | server/models/video/video.ts | 4 |
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, | |||
114 | import { UserModel } from '../user/user' | 114 | import { UserModel } from '../user/user' |
115 | import { UserVideoHistoryModel } from '../user/user-video-history' | 115 | import { UserVideoHistoryModel } from '../user/user-video-history' |
116 | import { VideoViewModel } from '../view/video-view' | 116 | import { VideoViewModel } from '../view/video-view' |
117 | import { videoModelToActivityPubObject } from './formatter/video-activity-pub-format' | ||
117 | import { | 118 | import { |
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' |
124 | import { ScheduleVideoUpdateModel } from './schedule-video-update' | 124 | import { ScheduleVideoUpdateModel } from './schedule-video-update' |
125 | import { | 125 | import { |
126 | BuildVideosListQueryOptions, | 126 | BuildVideosListQueryOptions, |