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