mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-02 16:19:10 +00:00
fix: item_thumb didn't query entries correctly
This commit is contained in:
@@ -452,7 +452,7 @@ class ItemThumb(FlowWidget):
|
||||
entry, toggle_value, tag_id, _FieldID.TAGS_META.name, create_field=True
|
||||
)
|
||||
# update the entry
|
||||
self.driver.frame_content[idx] = self.lib.get_entry(entry.id)
|
||||
self.driver.frame_content[idx] = self.lib.get_entry_full(entry.id)
|
||||
|
||||
self.driver.update_badges(update_items)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user