slight changes of important kexy filters for the retrival of Library Items

This commit is contained in:
2026-07-05 11:46:30 +02:00
parent 9e3b54c1b1
commit 613c1e11e4
+1 -1
View File
@@ -24,7 +24,7 @@ import Web.modules.database.settings as cfg
from Web.modules.database.settings import MongoClient from Web.modules.database.settings import MongoClient
LIBRARY_ITEM_TYPES = ('book', 'cd', 'dvd', 'other', 'schoolbook') LIBRARY_ITEM_TYPES = ('book', 'cd', 'dvd', 'other', 'schoolbook', 'Buch', 'Schulbuch', 'schulbuch')
def _non_library_query(extra_query=None): def _non_library_query(extra_query=None):