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

This commit is contained in:
2026-08-11 21:35:08 +02:00
parent a518adb054
commit 0199957545
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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}
}