mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 15:01:44 +02:00
fixes #602 - Support .rec video extension
This commit is contained in:
parent
e7a1f52373
commit
ae543e4253
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ namespace MediaBrowser.Controller.Resolvers
|
|||
".flv",
|
||||
".f4v",
|
||||
".3gp",
|
||||
".rec",
|
||||
".webm",
|
||||
".mts"
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue