Fix aac mime-type

This commit is contained in:
Bill Thornton 2020-09-04 17:41:31 -04:00
parent 376e4793e6
commit b065f5db1d
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" },