aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IServerApplicationHost.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-11 03:13:11 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-11 03:13:11 -0500
commit918b9ca86d1bdb9758430e9164f5fba72de1d9a7 (patch)
tree1f9ec909d18593a8f69a6dbbf7af580ad25005a5 /MediaBrowser.Controller/IServerApplicationHost.cs
parentf8dd02bb66d2f243515d295b4d256a4c74f433ca (diff)
update core projects
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
-rw-r--r--MediaBrowser.Controller/IServerApplicationHost.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs
index d2cf23f43..44c003197 100644
--- a/MediaBrowser.Controller/IServerApplicationHost.cs
+++ b/MediaBrowser.Controller/IServerApplicationHost.cs
@@ -26,12 +26,6 @@ namespace MediaBrowser.Controller
/// </summary>
/// <value><c>true</c> if [supports automatic run at startup]; otherwise, <c>false</c>.</value>
bool SupportsAutoRunAtStartup { get; }
-
- /// <summary>
- /// Gets a value indicating whether [supports library monitor].
- /// </summary>
- /// <value><c>true</c> if [supports library monitor]; otherwise, <c>false</c>.</value>
- bool SupportsLibraryMonitor { get; }
/// <summary>
/// Gets the HTTP server port.