mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03:00
Merge pull request #601 from tikuf/master
Add Topfield .rec files, Make sure scale w x h is divisible by 2
This commit is contained in:
@@ -45,7 +45,8 @@ namespace MediaBrowser.Controller.Resolvers
|
||||
".3gp",
|
||||
".rec",
|
||||
".webm",
|
||||
".mts"
|
||||
".mts",
|
||||
".rec"
|
||||
};
|
||||
|
||||
private static readonly Dictionary<string, string> VideoFileExtensionsDictionary = VideoFileExtensions.ToDictionary(i => i, StringComparer.OrdinalIgnoreCase);
|
||||
|
||||
Reference in New Issue
Block a user