This commit is contained in:
Markos Gogoulos 2023-11-10 14:19:34 +02:00
parent caf37c16fc
commit 57fe800ea8

View file

@ -487,6 +487,6 @@ if GLOBAL_LOGIN_REQUIRED:
]
# if True, only show original, don't perform any action on videos
DO_NOT_TRANSCODE_VIDEO = True
DO_NOT_TRANSCODE_VIDEO = False
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'