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} }