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