From 57fe800ea8e1c5d858d3d5c87e18eb497a3f7056 Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Fri, 10 Nov 2023 14:19:34 +0200 Subject: [PATCH] revert --- cms/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/settings.py b/cms/settings.py index dd27179..32060cc 100644 --- a/cms/settings.py +++ b/cms/settings.py @@ -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'