mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-08-05 08:40:11 -04:00
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…
x
Reference in New Issue
Block a user