From a518adb054a22ca32325defc567e3fa2bce760e0 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Tue, 11 Aug 2026 21:27:39 +0200 Subject: [PATCH] Dubvug changes --- Web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/app.py b/Web/app.py index 13acc50..1d4fa4b 100755 --- a/Web/app.py +++ b/Web/app.py @@ -3314,7 +3314,7 @@ def api_library_items(): query = { 'ItemType': {'$in': ['book', 'cd', 'dvd', 'schoolbook', 'schulbuch', 'Buch', 'Schulbuch']}, - 'IsGroupedSubItem': {'$ne': True}, + #'IsGroupedSubItem': {'$ne': True}, 'Deleted': {'$ne': True} }