Added support for .mts video files
This commit is contained in:
parent
d2933cab73
commit
f1b14bec97
|
@ -41,7 +41,8 @@ namespace MediaBrowser.Controller.Resolvers
|
|||
".flv",
|
||||
".f4v",
|
||||
".3gp",
|
||||
".webm"
|
||||
".webm",
|
||||
".mts"
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue
Block a user