aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-05-23 16:44:15 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-05-23 16:44:15 -0400
commitd0c9273d679cfec73c10e6f863c5cf9012a3aa2f (patch)
tree6c6b595c169911e981ea43882dbcc864f1678d50 /MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs
parent25e325481db84629fa5b42a4bf8b1cf6f1761057 (diff)
install service with Emby name
Diffstat (limited to 'MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs')
-rw-r--r--MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs b/MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs
index 15cab6c19..08c8a25b9 100644
--- a/MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs
+++ b/MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs
@@ -22,7 +22,7 @@ namespace MediaBrowser.ServerApplication
DelayedAutoStart = true,
- Description = "The windows background service for Media Browser Server.",
+ Description = "The windows background service for Emby Server.",
// Will ensure the network is available
ServicesDependedOn = new[] { "LanmanServer", "Tcpip" }