Merge pull request #628 from tokejepsen/2.x/feature/rv_mp4_support

Add mp4 support for RV action.
This commit is contained in:
Milan Kolar 2020-10-09 11:15:29 +02:00 committed by GitHub
commit ee494bfae5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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):