From 789951460bf724ac6a2f18097878fc735269ea71 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 29 Jan 2021 13:57:17 +0100 Subject: Try to support other codecs --- shared/models/plugins/plugin-transcoding-manager.model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/models') diff --git a/shared/models/plugins/plugin-transcoding-manager.model.ts b/shared/models/plugins/plugin-transcoding-manager.model.ts index 7dfb51ddf..8babccd4e 100644 --- a/shared/models/plugins/plugin-transcoding-manager.model.ts +++ b/shared/models/plugins/plugin-transcoding-manager.model.ts @@ -9,5 +9,5 @@ export interface PluginTranscodingManager { addVODEncoderPriority (streamType: 'audio' | 'video', encoder: string, priority: number): void - removeAllProfilesAndEncoderPriorities() + removeAllProfilesAndEncoderPriorities(): void } -- cgit v1.2.3