From d4d2bbcad41fe3db3f67b4e405d0a55deae57511 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Thu, 24 Oct 2024 06:26:52 +1100 Subject: [PATCH] thrimshim: Fix accepting thumbnail crop/location on submit --- thrimshim/thrimshim/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thrimshim/thrimshim/main.py b/thrimshim/thrimshim/main.py index 493d1af..a39b6d5 100644 --- a/thrimshim/thrimshim/main.py +++ b/thrimshim/thrimshim/main.py @@ -303,7 +303,8 @@ def update_row(ident, editor=None): 'video_description', 'video_tags', 'thumbnail_mode', 'public' ] edit_columns = non_null_columns + [ - 'allow_holes', 'uploader_whitelist', 'thumbnail_time', 'thumbnail_template', 'thumbnail_image' + 'allow_holes', 'uploader_whitelist', 'thumbnail_time', 'thumbnail_template', + 'thumbnail_image', 'thumbnail_crop', 'thumbnail_location', ] sheet_columns = [ 'sheet_name', 'event_start', 'event_end',