diff options
Diffstat (limited to 'server/lib/client-html.ts')
-rw-r--r-- | server/lib/client-html.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/client-html.ts b/server/lib/client-html.ts index 4068e3d7b..0191b55ef 100644 --- a/server/lib/client-html.ts +++ b/server/lib/client-html.ts | |||
@@ -21,9 +21,9 @@ import { | |||
21 | WEBSERVER | 21 | WEBSERVER |
22 | } from '../initializers/constants' | 22 | } from '../initializers/constants' |
23 | import { AccountModel } from '../models/account/account' | 23 | import { AccountModel } from '../models/account/account' |
24 | import { getActivityStreamDuration } from '../models/video/formatter/video-format-utils' | ||
24 | import { VideoModel } from '../models/video/video' | 25 | import { VideoModel } from '../models/video/video' |
25 | import { VideoChannelModel } from '../models/video/video-channel' | 26 | import { VideoChannelModel } from '../models/video/video-channel' |
26 | import { getActivityStreamDuration } from '../models/video/video-format-utils' | ||
27 | import { VideoPlaylistModel } from '../models/video/video-playlist' | 27 | import { VideoPlaylistModel } from '../models/video/video-playlist' |
28 | import { MAccountActor, MChannelActor } from '../types/models' | 28 | import { MAccountActor, MChannelActor } from '../types/models' |
29 | import { ServerConfigManager } from './server-config-manager' | 29 | import { ServerConfigManager } from './server-config-manager' |