changes to the Library Item Type to reflekt the correct types

This commit is contained in:
2026-06-30 10:04:59 +02:00
parent 0efc01a835
commit d84466a3cc
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ import Web.modules.database.settings as cfg
from Web.modules.database.settings import MongoClient
LIBRARY_ITEM_TYPES = ('book', 'cd', 'dvd', 'media', 'schulbuch')
LIBRARY_ITEM_TYPES = ('book', 'cd', 'dvd', 'other', 'schoolbook')
def _non_library_query(extra_query=None):