We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b390c5 commit fd6a80eCopy full SHA for fd6a80e
shotgun_api3/shotgun.py
@@ -37,6 +37,8 @@
37
import logging
38
import mimetools # used for attachment upload
39
import mimetypes # used for attachment upload
40
+mimetypes.add_type('video/webm','.webm') # webm and mp4 seem to be missing
41
+mimetypes.add_type('video/mp4', '.mp4') # from some OS/distros
42
import os
43
import re
44
import copy
0 commit comments