diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-10 08:53:32 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-10 09:22:58 +0200 |
commit | e5dbd5084e7ae91ce118c0bccd5b84c47b88c55f (patch) | |
tree | e7ae22528a0cf5b181f7cefbf867e641e9cacef9 /server/lib | |
parent | ff0ea0cd8e3b0ecad445672deb75b193babeddc2 (diff) | |
download | PeerTube-e5dbd5084e7ae91ce118c0bccd5b84c47b88c55f.tar.gz PeerTube-e5dbd5084e7ae91ce118c0bccd5b84c47b88c55f.tar.zst PeerTube-e5dbd5084e7ae91ce118c0bccd5b84c47b88c55f.zip |
Refactor video query builder
Diffstat (limited to 'server/lib')
-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' |