diff options
| author | Ahmed Rafiq <ahmedrafiq47@gmail.com> | 2021-12-04 21:06:51 +0600 |
|---|---|---|
| committer | Ahmed Rafiq <ahmedrafiq47@gmail.com> | 2021-12-04 21:06:51 +0600 |
| commit | 40e05a7993599c43b58acb34f59ca5149dc76040 (patch) | |
| tree | 655f3f28b8e809dbdc1ac5f863ffe92be2c793bf | |
| parent | 6193fdea698ad4486140bc6a00a9547ab979c8f7 (diff) | |
Update documentation
| -rw-r--r-- | MediaBrowser.Model/Net/MimeTypes.cs | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/MediaBrowser.Model/Net/MimeTypes.cs b/MediaBrowser.Model/Net/MimeTypes.cs index ff8d1fbae..18a3f8259 100644 --- a/MediaBrowser.Model/Net/MimeTypes.cs +++ b/MediaBrowser.Model/Net/MimeTypes.cs @@ -13,9 +13,14 @@ namespace MediaBrowser.Model.Net /// Class MimeTypes. /// </summary> /// - /// http://en.wikipedia.org/wiki/Internet_media_type - /// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types - /// http://www.iana.org/assignments/media-types/media-types.xhtml + /// <remarks> + /// For more information on MIME types: + /// <list type="bullet"> + /// <item>http://en.wikipedia.org/wiki/Internet_media_type</item> + /// <item>https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types</item> + /// <item>http://www.iana.org/assignments/media-types/media-types.xhtml</item> + /// </list> + /// </remarks> public static class MimeTypes { /// <summary> |
