Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Aug 20, 2024
1 parent d7e6b5b commit b811aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddManualLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ watch(
if (!name.value) name.value = details.name;
for (const img of details.metadata.images || []) {
if (img.type == 'thumb') {
image.value = img.url;
image.value = img.path;
break;
}
}
Expand Down

0 comments on commit b811aa5

Please sign in to comment.