This commit is contained in:
2026-01-03 21:23:55 -08:00
parent 73f3005393
commit 3acf21a673
10 changed files with 1244 additions and 43 deletions

View File

@@ -205,7 +205,7 @@ class Download_File(Cmdlet):
elif isinstance(collection, str):
values = [collection.strip().lower()] if collection.strip() else []
lendable = any(v in {"inlibrary", "printdisabled", "lendinglibrary"} for v in values)
lendable = any(v in {"inlibrary", "lendinglibrary"} for v in values)
except Exception:
lendable = False