mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Resolve audio/x-aac to .aac
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user