From a11bce17c53a3f21841ac7ac75c82f3dbb06b53a Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Tue, 11 Aug 2026 00:31:57 +0200 Subject: [PATCH] Fixy of the api_library_items() --- Web/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Web/app.py b/Web/app.py index e29fa2c..1869a10 100755 --- a/Web/app.py +++ b/Web/app.py @@ -3314,7 +3314,6 @@ def api_library_items(): query = { 'ItemType': {'$in': ['book', 'cd', 'dvd', 'schoolbook', 'schulbuch', 'Buch', 'Schulbuch']}, - 'IsGroupedSubItem': {'$ne': True}, 'Deleted': {'$ne': True} }