From 3953fa1e25a8cacd62731b5eabc93534ee47fc8d Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 23 Dec 2025 22:32:01 +0100 Subject: [PATCH] Fix Recyclarr page TypeError: schema mismatch in notes field (#10253) Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> --- frontend/public/json/recyclarr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/recyclarr.json b/frontend/public/json/recyclarr.json index 0bb98933c..780c7e35d 100644 --- a/frontend/public/json/recyclarr.json +++ b/frontend/public/json/recyclarr.json @@ -34,11 +34,11 @@ "notes": [ { "type": "warning", - "content": "Configure your Radarr/Sonarr instances in `/root/.config/recyclarr/recyclarr.yml` before the first sync." + "text": "Configure your Radarr/Sonarr instances in `/root/.config/recyclarr/recyclarr.yml` before the first sync." }, { "type": "info", - "content": "Automatic daily sync is configured via `/etc/cron.d/recyclarr`. Sync logs are saved to `/root/.config/recyclarr/sync.log`." + "text": "Automatic daily sync is configured via `/etc/cron.d/recyclarr`. Sync logs are saved to `/root/.config/recyclarr/sync.log`." } ] }