aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Extensions
diff options
context:
space:
mode:
authorMark Monteiro <marknr.monteiro@protonmail.com>2020-04-01 13:26:47 +0200
committerMark Monteiro <marknr.monteiro@protonmail.com>2020-04-01 13:26:47 +0200
commit861bad1edaec10fa03d2f7cf12bb8b7b6ae1802c (patch)
tree143f5d38abbfa65e05912cf1b78b1571a0812f46 /MediaBrowser.Controller/Extensions
parentca85bef7c57108977d0f9813940f1ca942902d30 (diff)
Apply suggestions from code review
Diffstat (limited to 'MediaBrowser.Controller/Extensions')
-rw-r--r--MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs b/MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs
index c95149984..c0043c0ef 100644
--- a/MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs
+++ b/MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs
@@ -29,7 +29,7 @@ namespace MediaBrowser.Controller.Extensions
public const string PlaylistsAllowDuplicatesKey = "playlists:allowDuplicates";
/// <summary>
- /// Gets a value indicating whether the application should not host static web content from the <see cref="IConfiguration"/>.
+ /// Gets a value indicating whether the application should host static web content from the <see cref="IConfiguration"/>.
/// </summary>
/// <param name="configuration">The configuration to retrieve the value from.</param>
/// <returns>The parsed config value.</returns>