Dubvug changes
Release Inventarsystem / release-docker (push) Successful in 2m15s

This commit is contained in:
2026-08-11 21:27:39 +02:00
parent 6a94d50d28
commit a518adb054
+1 -1
View File
@@ -3314,7 +3314,7 @@ def api_library_items():
query = { query = {
'ItemType': {'$in': ['book', 'cd', 'dvd', 'schoolbook', 'schulbuch', 'Buch', 'Schulbuch']}, 'ItemType': {'$in': ['book', 'cd', 'dvd', 'schoolbook', 'schulbuch', 'Buch', 'Schulbuch']},
'IsGroupedSubItem': {'$ne': True}, #'IsGroupedSubItem': {'$ne': True},
'Deleted': {'$ne': True} 'Deleted': {'$ne': True}
} }