aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/BackgroundService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-02-14 16:35:09 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-02-14 16:35:09 -0500
commitdaa0b6cd0ecefd60611752802d062c15e6da85de (patch)
treef58a16e47afed9b61471e3871280faa9fc8bd951 /MediaBrowser.ServerApplication/BackgroundService.cs
parent7d26b8995f313917829573a7cd96c37decc9158a (diff)
parentfd5f12e76227d96c52cdc31b67ef9543b485169b (diff)
Merge branch 'beta'
Diffstat (limited to 'MediaBrowser.ServerApplication/BackgroundService.cs')
-rw-r--r--MediaBrowser.ServerApplication/BackgroundService.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/MediaBrowser.ServerApplication/BackgroundService.cs b/MediaBrowser.ServerApplication/BackgroundService.cs
index da7537cd7..c091c08ee 100644
--- a/MediaBrowser.ServerApplication/BackgroundService.cs
+++ b/MediaBrowser.ServerApplication/BackgroundService.cs
@@ -14,18 +14,6 @@ namespace MediaBrowser.ServerApplication
public static string GetExistingServiceName()
{
- try
- {
- if (ServiceController.GetServices().Any(s => s.ServiceName == "MediaBrowser"))
- {
- return "MediaBrowser";
- }
- }
- catch
- {
- return "MediaBrowser";
- }
-
return Name;
}