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-change-ownership.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'server/typings/models/video/video-change-ownership.ts') diff --git a/server/typings/models/video/video-change-ownership.ts b/server/typings/models/video/video-change-ownership.ts index 72634cdb2..e5b5bbc1d 100644 --- a/server/typings/models/video/video-change-ownership.ts +++ b/server/typings/models/video/video-change-ownership.ts @@ -1,6 +1,7 @@ import { VideoChangeOwnershipModel } from '@server/models/video/video-change-ownership' import { PickWith } from '@server/typings/utils' -import { MAccountDefault, MAccountFormattable, MVideo, MVideoWithFileThumbnail } from '@server/typings/models' +import { MAccountDefault, MAccountFormattable } from '../account/account' +import { MVideo, MVideoWithAllFiles } from './video' type Use = PickWith @@ -11,7 +12,7 @@ export type MVideoChangeOwnership = Omit & Use<'NextOwner', MAccountDefault> & - Use<'Video', MVideoWithFileThumbnail> + Use<'Video', MVideoWithAllFiles> // ############################################################################ -- cgit v1.2.3