diff options
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/activitypub/videos.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server/lib/activitypub/videos.ts b/server/lib/activitypub/videos.ts index 5c10f9764..035994da8 100644 --- a/server/lib/activitypub/videos.ts +++ b/server/lib/activitypub/videos.ts | |||
@@ -65,9 +65,7 @@ import { | |||
65 | MVideoFile, | 65 | MVideoFile, |
66 | MVideoFullLight, | 66 | MVideoFullLight, |
67 | MVideoId, | 67 | MVideoId, |
68 | MVideoTag, | 68 | MVideoThumbnail |
69 | MVideoThumbnail, | ||
70 | MVideoWithAllFiles | ||
71 | } from '../../typings/models' | 69 | } from '../../typings/models' |
72 | import { MThumbnail } from '../../typings/models/video/thumbnail' | 70 | import { MThumbnail } from '../../typings/models/video/thumbnail' |
73 | 71 | ||