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

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" },