aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs
diff options
context:
space:
mode:
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" }