From 90a8bd305de4153ec21137a73ff482dcc2e3e19b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 16 Feb 2021 16:25:53 +0100 Subject: Dissociate video file names and video uuid --- server/types/models/video/video-channels.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'server/types/models/video/video-channels.ts') diff --git a/server/types/models/video/video-channels.ts b/server/types/models/video/video-channels.ts index 2e05d8753..77790daa4 100644 --- a/server/types/models/video/video-channels.ts +++ b/server/types/models/video/video-channels.ts @@ -17,6 +17,7 @@ import { MActorDefault, MActorDefaultLight, MActorFormattable, + MActorHost, MActorLight, MActorSummary, MActorSummaryFormattable, MActorUrl @@ -71,6 +72,10 @@ export type MChannelAccountLight = Use<'Actor', MActorDefaultLight> & Use<'Account', MAccountLight> +export type MChannelHost = + MChannelId & + Use<'Actor', MActorHost> + // ############################################################################ // Account associations -- cgit v1.2.3