mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Update documentation
This commit is contained in:
parent
6193fdea69
commit
40e05a7993
1 changed files with 8 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue