diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-02-26 16:47:52 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-02-26 16:47:52 -0500 |
| commit | 5fa3817a7667b5de8822ed436b8a66bd05a1afde (patch) | |
| tree | ee65e4f94813ae3cb300fc802f02e4864b3eaaec /MediaBrowser.Server.Mono/MonoAppHost.cs | |
| parent | 666604e8cb51b59d17bb30cfadaa3f4976456ec9 (diff) | |
update components
Diffstat (limited to 'MediaBrowser.Server.Mono/MonoAppHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Mono/MonoAppHost.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Mono/MonoAppHost.cs b/MediaBrowser.Server.Mono/MonoAppHost.cs index e9ded5cd57..811e0f4444 100644 --- a/MediaBrowser.Server.Mono/MonoAppHost.cs +++ b/MediaBrowser.Server.Mono/MonoAppHost.cs @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; using System.Reflection; +using Emby.Server.CinemaMode; using Emby.Server.Connect; using Emby.Server.Core; using Emby.Server.Implementations; @@ -58,6 +59,7 @@ namespace MediaBrowser.Server.Mono { var list = new List<Assembly>(); + list.Add(typeof(DefaultIntroProvider).Assembly); list.Add(typeof(LinuxIsoManager).Assembly); list.Add(typeof(ConnectManager).Assembly); list.Add(typeof(SyncManager).Assembly); |
