From 084c88fe391a7772ba4209b82c496d2b8fac8f3a Mon Sep 17 00:00:00 2001 From: Homelab Cursor Date: Fri, 20 Mar 2026 19:48:03 +0100 Subject: [PATCH] perf: Film-Info Batch-Request statt einzeln - viel schneller --- homelab-ai-bot/savetv_web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homelab-ai-bot/savetv_web.py b/homelab-ai-bot/savetv_web.py index bfb6b5c6..f8f3ad80 100644 --- a/homelab-ai-bot/savetv_web.py +++ b/homelab-ai-bot/savetv_web.py @@ -440,7 +440,7 @@ function renderFilms() { renderGrid(urgent, 'urgent-grid', 'urgent-section'); renderGrid(kino, 'kino-grid', 'kino-section'); renderGrid(tv, 'tv-grid', 'tv-section'); - queueInfoLoad(allFilms); + loadFilmInfo(allFilms); } function filmCard(f) {