This commit is contained in:
2026-02-08 01:35:44 -08:00
parent 60c2cc062c
commit d2e571b6f1
5 changed files with 160 additions and 9 deletions

View File

@@ -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: