diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-11-01 15:50:16 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-11-01 15:50:16 -0400 |
| commit | 0a0303ca64e346f0e939f1fe275334f752728c15 (patch) | |
| tree | 5a796a540b280ff8e3f6e7b7708f203e0a430d60 /MediaBrowser.Controller/Configuration | |
| parent | 5fa007d04eff4a280a3f549de869339cccdb0d52 (diff) | |
normalize strm file contents
Diffstat (limited to 'MediaBrowser.Controller/Configuration')
| -rw-r--r-- | MediaBrowser.Controller/Configuration/IServerConfigurationManager.cs | 6 |
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(); } } |
