Rename IsNoWebContent to NoWebContent

This commit is contained in:
Mark Monteiro
2020-03-15 13:00:14 +01:00
parent 547f248a62
commit 4102e3afd0
3 changed files with 4 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ namespace MediaBrowser.Controller.Extensions
/// <param name="configuration">The configuration to retrieve the value from.</param>
/// <returns>The parsed config value.</returns>
/// <exception cref="FormatException">The config value is not a valid bool string. See <see cref="bool.Parse(string)"/>.</exception>
public static bool IsNoWebContent(this IConfiguration configuration)
public static bool NoWebContent(this IConfiguration configuration)
=> configuration.GetValue<bool>(NoWebContentKey);
/// <summary>