mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 12:14:49 +03:00
dlna fixes
This commit is contained in:
@@ -103,9 +103,10 @@ namespace MediaBrowser.Controller.Resolvers
|
||||
".wav",
|
||||
".ape",
|
||||
".ogg",
|
||||
".oga",
|
||||
".asf",
|
||||
".mp4"
|
||||
".oga"
|
||||
|
||||
//".asf",
|
||||
//".mp4"
|
||||
};
|
||||
|
||||
private static readonly Dictionary<string, string> AudioFileExtensionsDictionary = AudioFileExtensions.ToDictionary(i => i, StringComparer.OrdinalIgnoreCase);
|
||||
|
||||
Reference in New Issue
Block a user