mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 10:14:14 -04: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…
x
Reference in New Issue
Block a user