mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Fix aac mime-type
This commit is contained in:
parent
376e4793e6
commit
b065f5db1d
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue