aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/WindowsAppHost.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-02-26 16:48:37 -0500
committerGitHub <noreply@github.com>2017-02-26 16:48:37 -0500
commit2b549909754948d9bd914d9c836e982bc1f2be5c (patch)
treea2f69870174e3cb5794ab724862f9bc00b0dc21b /MediaBrowser.ServerApplication/WindowsAppHost.cs
parent02481aa6249210eb040f06bb679936354a6b959e (diff)
parent5d094874e5d94b4dabc8f5499fe6a879df5dfd23 (diff)
Merge pull request #2496 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.ServerApplication/WindowsAppHost.cs')
-rw-r--r--MediaBrowser.ServerApplication/WindowsAppHost.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.ServerApplication/WindowsAppHost.cs b/MediaBrowser.ServerApplication/WindowsAppHost.cs
index 9f11dc322..cc899462a 100644
--- a/MediaBrowser.ServerApplication/WindowsAppHost.cs
+++ b/MediaBrowser.ServerApplication/WindowsAppHost.cs
@@ -4,6 +4,7 @@ using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices.ComTypes;
+using Emby.Server.CinemaMode;
using Emby.Server.Connect;
using Emby.Server.Core;
using Emby.Server.Implementations;
@@ -55,6 +56,7 @@ namespace MediaBrowser.ServerApplication
//list.Add(typeof(PismoIsoManager).Assembly);
}
+ list.Add(typeof(DefaultIntroProvider).Assembly);
list.Add(typeof(ConnectManager).Assembly);
list.Add(typeof(SyncManager).Assembly);
list.Add(GetType().Assembly);