Add mp4 support for RV action.

This commit is contained in:
Toke Stuart Jepsen 2020-10-09 09:41:28 +01:00
parent 02127c8d0c
commit 1f0fbdd5d6

View file

@ -46,7 +46,7 @@ class RVAction(BaseAction):
return
self.allowed_types = self.config_data.get(
'file_ext', ["img", "mov", "exr"]
'file_ext', ["img", "mov", "exr", "mp4"]
)
def discover(self, session, entities, event):