From fedbb83cfff059741bf5488e00461baf6488cc3e Mon Sep 17 00:00:00 2001 From: hooger Date: Mon, 5 Aug 2024 17:27:51 +0200 Subject: [PATCH] as an app setting, it needs an app name to be applied to --- tasks/adjust_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/adjust_config.yml b/tasks/adjust_config.yml index 66ff419..07eed11 100644 --- a/tasks/adjust_config.yml +++ b/tasks/adjust_config.yml @@ -43,7 +43,7 @@ type: "string" value: "{{ nextcloud_preview_preview_max_y }}" - appType: "config:app:set" - appConfig: "" + appConfig: "preview" configName: "jpeg_quality" type: int value: "{{ nextcloud_preview_app_jpeg_quality }}"