Fix aac mime-type
This commit is contained in:
parent
376e4793e6
commit
b065f5db1d
|
@ -125,7 +125,7 @@ namespace MediaBrowser.Model.Net
|
||||||
{ ".wmv", "video/x-ms-wmv" },
|
{ ".wmv", "video/x-ms-wmv" },
|
||||||
|
|
||||||
// Type audio
|
// Type audio
|
||||||
{ ".aac", "audio/mp4" },
|
{ ".aac", "audio/aac" },
|
||||||
{ ".ac3", "audio/ac3" },
|
{ ".ac3", "audio/ac3" },
|
||||||
{ ".ape", "audio/x-ape" },
|
{ ".ape", "audio/x-ape" },
|
||||||
{ ".dsf", "audio/dsf" },
|
{ ".dsf", "audio/dsf" },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user