mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-12-27 18:06:43 +00:00
Resolve audio/x-aac to .aac
This commit is contained in:
parent
1399e6be38
commit
5cbe71a1b2
|
@ -125,6 +125,7 @@ namespace MediaBrowser.Model.Net
|
|||
new("audio/vorbis", ".vorbis"),
|
||||
new("audio/x-ape", ".ape"),
|
||||
new("audio/xsp", ".xsp"),
|
||||
new("audio/x-aac", ".aac"),
|
||||
new("audio/x-wavpack", ".wv"),
|
||||
|
||||
// Type image
|
||||
|
|
Loading…
Reference in a new issue