aantal mappen en layout aangepast

This commit is contained in:
kodi
2026-03-08 08:56:09 +01:00
parent 06c144d2fc
commit e10082e1bc
7 changed files with 480 additions and 226 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ def discover_files(
def discover_folders(
root_id: str = Query(..., min_length=1),
subpath: str = Query(""),
limit: int = Query(500, ge=1, le=2000),
limit: int = Query(5000, ge=1, le=20000),
):
service = FileDiscoveryService()
try: