diff --git a/server/lib/model-loaders/video.ts b/server/lib/model-loaders/video.ts index a64389a89..91057d405 100644 --- a/server/lib/model-loaders/video.ts +++ b/server/lib/model-loaders/video.ts @@ -8,7 +8,6 @@ import { MVideoThumbnail } from '@server/types/models' - type VideoLoadType = 'for-api' | 'all' | 'only-video' | 'id' | 'none' | 'only-immutable-attributes' function loadVideo (id: number | string, fetchType: 'for-api', userId?: number): Promise