This commit is contained in:
2026-01-23 19:21:06 -08:00
parent b79e3b309b
commit 666f4e3181
4 changed files with 37 additions and 1 deletions

View File

@@ -665,7 +665,6 @@ class Get_Url(Cmdlet):
# Enrich the metadata with tags if missing
if not metadata.get("Tags"):
try:
from cmdlet._shared import get_field
item_tags = get_field(result, "tag") or get_field(result, "tags") or []
row_tags = []
if isinstance(item_tags, list):