diff --git a/MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs b/Emby.Server.Core/Browser/BrowserLauncher.cs similarity index 97% rename from MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs rename to Emby.Server.Core/Browser/BrowserLauncher.cs index 1a0e2d9731..4ccc41c30b 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 { /// /// Class BrowserLauncher diff --git a/MediaBrowser.Server.Startup.Common/EntryPoints/StartupWizard.cs b/Emby.Server.Core/EntryPoints/StartupWizard.cs similarity index 93% rename from MediaBrowser.Server.Startup.Common/EntryPoints/StartupWizard.cs rename to Emby.Server.Core/EntryPoints/StartupWizard.cs index f9d173c595..30ceca073d 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 { /// /// 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 f5f5610650..7d6df52c20 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 @@ - -