d
This commit is contained in:
@@ -155,7 +155,7 @@ class search_file(Cmdlet):
|
||||
)
|
||||
|
||||
# Ensure we have ext field
|
||||
if "ext" not in payload:
|
||||
if ("ext" not in payload) or (not str(payload.get("ext") or "").strip()):
|
||||
title = str(payload.get("title", ""))
|
||||
path_obj = Path(title)
|
||||
if path_obj.suffix:
|
||||
|
||||
Reference in New Issue
Block a user