fix handling of state

This commit is contained in:
maxid
2025-12-21 16:24:16 +01:00
parent 4b7d5eea54
commit 888186a084
4 changed files with 2 additions and 4 deletions

View File

@@ -13,7 +13,6 @@
result,
isShow = true
}: { result: components['schemas']['MetaDataProviderSearchResult']; isShow: boolean } = $props();
console.log('Add Show Card Result: ', result);
async function addMedia() {
loading = true;

View File

@@ -4,7 +4,6 @@
const apiUrl = env.PUBLIC_API_URL;
let { media } = $props();
console.log('got media: ', media);
</script>
<picture>