aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-21 12:10:02 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-21 12:10:02 -0400
commitc0aec48a31d96726a6fb1814f28b6971fabca163 (patch)
tree5ae0f4c295a722dfbc91e93d20b632d449adcf4e /MediaBrowser.Server.Startup.Common/ApplicationHost.cs
parente068e84ab6c2bdee49c41ceef50cbcedd8bcb355 (diff)
beta fixes
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
-rw-r--r--MediaBrowser.Server.Startup.Common/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
index f35317cd2..db3b85e19 100644
--- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
+++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
@@ -432,7 +432,7 @@ namespace MediaBrowser.Server.Startup.Common
RegisterSingleInstance<ISearchEngine>(() => new SearchEngine(LogManager, LibraryManager, UserManager));
- HttpServer = ServerFactory.CreateServer(this, LogManager, "Media Browser", "web/index.html");
+ HttpServer = ServerFactory.CreateServer(this, LogManager, "Emby", "web/index.html");
RegisterSingleInstance(HttpServer, false);
progress.Report(10);