This commit is contained in:
Jesse Bannon 2025-06-18 20:44:35 -07:00
parent f9efc65c08
commit 8d1a65ef58

View file

@ -104,7 +104,7 @@ class Entry(BaseEntry, Scriptable):
v.comments: download_entry._kwargs_get(v.comments.metadata_key, []), v.comments: download_entry._kwargs_get(v.comments.metadata_key, []),
# Updates with more accurate value, which may differ from the metadata value # Updates with more accurate value, which may differ from the metadata value
v.height: download_entry._kwargs_get(v.height.metadata_key, 0), v.height: download_entry._kwargs_get(v.height.metadata_key, 0),
v.width: download_entry._kwargs_get(v.width.metadata_key, 0) v.width: download_entry._kwargs_get(v.width.metadata_key, 0),
} }
) )
return self return self