From d7a25329f9e607894d29ab342b9cb66638b56dc0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 15 Nov 2019 15:06:03 +0100 Subject: Add ability to disable webtorrent In favour of HLS --- server/typings/models/video/video-caption.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/typings/models/video/video-caption.ts') diff --git a/server/typings/models/video/video-caption.ts b/server/typings/models/video/video-caption.ts index 7cb2a2ad3..ffa56f544 100644 --- a/server/typings/models/video/video-caption.ts +++ b/server/typings/models/video/video-caption.ts @@ -1,6 +1,6 @@ import { VideoCaptionModel } from '../../../models/video/video-caption' import { FunctionProperties, PickWith } from '@server/typings/utils' -import { MVideo, MVideoUUID } from '@server/typings/models' +import { MVideo, MVideoUUID } from './video' type Use = PickWith -- cgit v1.2.3