mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-05 17:56:18 +00:00
Added support for .mts video files
This commit is contained in:
@@ -41,7 +41,8 @@ namespace MediaBrowser.Controller.Resolvers
|
||||
".flv",
|
||||
".f4v",
|
||||
".3gp",
|
||||
".webm"
|
||||
".webm",
|
||||
".mts"
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user