aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Net/MimeTypes.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-09-24 20:15:10 +0200
committerBond_009 <bond.009@outlook.com>2021-09-24 20:15:46 +0200
commit5fd315b17c7c95c05eaba0713b27f6a95d31e164 (patch)
tree9517b1c235ee4f6741721c28aebdba975b01ae03 /MediaBrowser.Model/Net/MimeTypes.cs
parent086d5925c9d71355995e967b2e1d09c3eabacce1 (diff)
Address comments
Diffstat (limited to 'MediaBrowser.Model/Net/MimeTypes.cs')
-rw-r--r--MediaBrowser.Model/Net/MimeTypes.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Net/MimeTypes.cs b/MediaBrowser.Model/Net/MimeTypes.cs
index 1d9150f02..748170a0e 100644
--- a/MediaBrowser.Model/Net/MimeTypes.cs
+++ b/MediaBrowser.Model/Net/MimeTypes.cs
@@ -171,7 +171,7 @@ namespace MediaBrowser.Model.Net
/// Gets the type of the MIME.
/// </summary>
/// <param name="filename">The filename to find the MIME type of.</param>
- /// <param name="defaultValue">Theefault value to return if no fitting MIME type is found.</param>
+ /// <param name="defaultValue">The default value to return if no fitting MIME type is found.</param>
/// <returns>The correct MIME type for the given filename, or <paramref name="defaultValue"/> if it wasn't found.</returns>
[return: NotNullIfNotNullAttribute("defaultValue")]
public static string? GetMimeType(string filename, string? defaultValue = null)