diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-11 00:43:57 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-11 00:43:57 -0500 |
| commit | 68b3ca63837e572756e6670547ea2e27d995cbe3 (patch) | |
| tree | bc9629a21e7ed9779b5cf04474732962bb9e789b | |
| parent | b3f22fd05237e589d79e3f06de7e5db27effcc93 (diff) | |
update core project
| -rw-r--r-- | Emby.Server.Core/Browser/BrowserLauncher.cs (renamed from MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs) | 2 | ||||
| -rw-r--r-- | Emby.Server.Core/EntryPoints/StartupWizard.cs (renamed from MediaBrowser.Server.Startup.Common/EntryPoints/StartupWizard.cs) | 4 | ||||
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs b/Emby.Server.Core/Browser/BrowserLauncher.cs index 1a0e2d973..4ccc41c30 100644 --- a/MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs +++ b/Emby.Server.Core/Browser/BrowserLauncher.cs @@ -1,7 +1,7 @@ using MediaBrowser.Controller; using System; -namespace MediaBrowser.Server.Startup.Common.Browser +namespace Emby.Server.Core.Browser { /// <summary> /// Class BrowserLauncher diff --git a/MediaBrowser.Server.Startup.Common/EntryPoints/StartupWizard.cs b/Emby.Server.Core/EntryPoints/StartupWizard.cs index f9d173c59..30ceca073 100644 --- a/MediaBrowser.Server.Startup.Common/EntryPoints/StartupWizard.cs +++ b/Emby.Server.Core/EntryPoints/StartupWizard.cs @@ -1,9 +1,9 @@ using MediaBrowser.Controller; using MediaBrowser.Controller.Plugins; using MediaBrowser.Model.Logging; -using MediaBrowser.Server.Startup.Common.Browser; +using Emby.Server.Core.Browser; -namespace MediaBrowser.Server.Startup.Common.EntryPoints +namespace Emby.Server.Core.EntryPoints { /// <summary> /// Class StartupWizard diff --git a/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj b/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj index f5f561065..7d6df52c2 100644 --- a/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj +++ b/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj @@ -96,11 +96,9 @@ <Compile Include="Activity\ActivityRepository.cs" /> <Compile Include="ApplicationHost.cs" /> <Compile Include="ApplicationPathHelper.cs" /> - <Compile Include="Browser\BrowserLauncher.cs" /> <Compile Include="Configuration\ServerConfigurationManager.cs" /> <Compile Include="Devices\DeviceRepository.cs" /> <Compile Include="EntryPoints\ExternalPortForwarding.cs" /> - <Compile Include="EntryPoints\StartupWizard.cs" /> <Compile Include="FFMpeg\FFMpegLoader.cs" /> <Compile Include="FFMpeg\FFMpegInstallInfo.cs" /> <Compile Include="FFMpeg\FFMpegInfo.cs" /> |
