mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-19 06:54:54 +02:00
fix handling of state
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
const apiUrl = env.PUBLIC_API_URL;
|
||||
let { media } = $props();
|
||||
console.log('got media: ', media);
|
||||
</script>
|
||||
|
||||
<picture>
|
||||
|
||||
Reference in New Issue
Block a user