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