h
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user