Removed underscore from VIDEO_FORMATS
This commit is contained in:
@ -3,7 +3,7 @@ from os.path import splitext
|
||||
|
||||
|
||||
IMAGE_FORMATS = ["jpeg", "jpg", "png", "gif", "mp4", "webm"]
|
||||
_VIDEO_FORMATS = ["mp4", "webm"]
|
||||
VIDEO_FORMATS = ["mp4", "webm"]
|
||||
|
||||
|
||||
class ViewURL:
|
||||
|
||||
Reference in New Issue
Block a user