mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
add new mirror mode
This commit is contained in:
parent
b6ca79b73f
commit
8df1ebe499
31 changed files with 446 additions and 370 deletions
|
|
@ -103,8 +103,9 @@ namespace MediaBrowser.Controller.Resolvers
|
|||
".wav",
|
||||
".ape",
|
||||
".ogg",
|
||||
".oga"
|
||||
|
||||
".oga",
|
||||
".asf",
|
||||
".mp4"
|
||||
};
|
||||
|
||||
private static readonly Dictionary<string, string> AudioFileExtensionsDictionary = AudioFileExtensions.ToDictionary(i => i, StringComparer.OrdinalIgnoreCase);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue