Merge pull request #4053 from thornbill/fix-aac-mime-type

Fix aac mime-type
This commit is contained in:
Anthony Lavado 2020-09-04 18:39:04 -04:00 committed by GitHub
commit d8c6d29182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ namespace MediaBrowser.Model.Net
{ ".wmv", "video/x-ms-wmv" },
// Type audio
{ ".aac", "audio/mp4" },
{ ".aac", "audio/aac" },
{ ".ac3", "audio/ac3" },
{ ".ape", "audio/x-ape" },
{ ".dsf", "audio/dsf" },