From 72f611ca1549d711f8cbf5dd08a3f1562a32fabb Mon Sep 17 00:00:00 2001 From: kontrollanten <6680299+kontrollanten@users.noreply.github.com> Date: Sat, 15 May 2021 06:30:24 +0200 Subject: add client hook filter:videojs.options closes #4086 --- client/src/app/core/theme/theme.service.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/core/theme/theme.service.ts') diff --git a/client/src/app/core/theme/theme.service.ts b/client/src/app/core/theme/theme.service.ts index 0c7dec0a1..c35548798 100644 --- a/client/src/app/core/theme/theme.service.ts +++ b/client/src/app/core/theme/theme.service.ts @@ -114,6 +114,7 @@ export class ThemeService { const theme = this.getTheme(currentTheme) if (theme) { console.log('Adding scripts of theme %s.', currentTheme) + this.pluginService.addPlugin(theme, true) this.pluginService.reloadLoadedScopes() -- cgit v1.2.3