mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
Rename IsNoWebContent to NoWebContent
This commit is contained in:
parent
547f248a62
commit
4102e3afd0
3 changed files with 4 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue