From 1896bca09e088b0da9d5e845407ecebae330618c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 28 Jan 2021 15:52:44 +0100 Subject: Support transcoding options/encoders by plugins --- shared/models/plugins/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/models/plugins/index.ts') diff --git a/shared/models/plugins/index.ts b/shared/models/plugins/index.ts index 83ed6f583..96621460a 100644 --- a/shared/models/plugins/index.ts +++ b/shared/models/plugins/index.ts @@ -11,6 +11,7 @@ export * from './plugin-package-json.model' export * from './plugin-playlist-privacy-manager.model' export * from './plugin-settings-manager.model' export * from './plugin-storage-manager.model' +export * from './plugin-transcoding-manager.model' export * from './plugin-translation.model' export * from './plugin-video-category-manager.model' export * from './plugin-video-language-manager.model' -- cgit v1.2.3