diff options
| author | Luke <luke.pulverenti@gmail.com> | 2015-05-26 16:06:31 -0400 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2015-05-26 16:06:31 -0400 |
| commit | 8bd7055d1738f22e9f52cd80a79e7a4ac23d61ff (patch) | |
| tree | 185830059da50b6c43f13ca528fe981c1266808f /MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs | |
| parent | a3d796cd54c809c7ec2783e5cab6c37b2950410d (diff) | |
| parent | b666c627c8def4d1236090372bd6795fec940979 (diff) | |
Merge pull request #1109 from MediaBrowser/dev
3.0.5621.3
Diffstat (limited to 'MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/BackgroundServiceInstaller.cs | 2 |
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" } |
