diff --git a/MediaBrowser.Server.Mono/MonoAppHost.cs b/MediaBrowser.Server.Mono/MonoAppHost.cs index e736326ec3..7cf5f04399 100644 --- a/MediaBrowser.Server.Mono/MonoAppHost.cs +++ b/MediaBrowser.Server.Mono/MonoAppHost.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Reflection; -using Emby.Server.CinemaMode; using Emby.Server.Connect; using Emby.Server.Implementations; using Emby.Server.Sync; @@ -48,7 +47,6 @@ protected override List GetAssembliesWithPartsInternal() var list = new List(); list.Add(GetType().Assembly); - list.Add(typeof(DefaultIntroProvider).Assembly); list.Add(typeof(ConnectManager).Assembly); list.Add(typeof(SyncManager).Assembly); diff --git a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj index d49935f58b..c147449f04 100644 --- a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj +++ b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj @@ -169,18 +169,6 @@ x86\libSkiaSharp.dll PreserveNewest - - MediaBrowser.InstallUtil.dll - PreserveNewest - - - MediaBrowser.Uninstaller.exe - PreserveNewest - - - MediaBrowser.Updater.exe - PreserveNewest - PreserveNewest diff --git a/MediaBrowser.ServerApplication/WindowsAppHost.cs b/MediaBrowser.ServerApplication/WindowsAppHost.cs index 9896b75e33..3b4f52e576 100644 --- a/MediaBrowser.ServerApplication/WindowsAppHost.cs +++ b/MediaBrowser.ServerApplication/WindowsAppHost.cs @@ -4,7 +4,6 @@ using System.IO; using System.Reflection; using System.Runtime.InteropServices.ComTypes; -using Emby.Server.CinemaMode; using Emby.Server.Connect; using Emby.Server.Implementations; using Emby.Server.Implementations.EntryPoints; @@ -54,7 +53,6 @@ protected override List GetAssembliesWithPartsInternal() { var list = new List(); - list.Add(typeof(DefaultIntroProvider).Assembly); list.Add(typeof(ConnectManager).Assembly); list.Add(typeof(SyncManager).Assembly); list.Add(GetType().Assembly);