Merge pull request #3455 from jellyfin/values

Use constructor to set optimal config values
This commit is contained in:
dkanada
2020-06-27 05:58:07 +09:00
committed by GitHub
5 changed files with 4 additions and 118 deletions

View File

@@ -19,7 +19,5 @@ namespace MediaBrowser.Controller.Configuration
/// </summary>
/// <value>The configuration.</value>
ServerConfiguration Configuration { get; }
bool SetOptimalValues();
}
}