aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Configuration/IServerConfigurationManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Configuration/IServerConfigurationManager.cs')
-rw-r--r--MediaBrowser.Controller/Configuration/IServerConfigurationManager.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/MediaBrowser.Controller/Configuration/IServerConfigurationManager.cs b/MediaBrowser.Controller/Configuration/IServerConfigurationManager.cs
index 13c9f8d84..af5714932 100644
--- a/MediaBrowser.Controller/Configuration/IServerConfigurationManager.cs
+++ b/MediaBrowser.Controller/Configuration/IServerConfigurationManager.cs
@@ -20,10 +20,6 @@ namespace MediaBrowser.Controller.Configuration
/// <value>The configuration.</value>
ServerConfiguration Configuration { get; }
- /// <summary>
- /// Sets the preferred metadata service.
- /// </summary>
- /// <param name="service">The service.</param>
- void DisableMetadataService(string service);
+ bool SetOptimalValues();
}
}