diff options
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 495147125..f96c2536e 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -25,11 +25,5 @@ namespace MediaBrowser.Controller /// </summary> /// <value>The HTTP server URL prefix.</value> string HttpServerUrlPrefix { get; } - - /// <summary> - /// Gets a value indicating whether this instance is background service. - /// </summary> - /// <value><c>true</c> if this instance is background service; otherwise, <c>false</c>.</value> - bool IsBackgroundService { get; } } } |
