fix bugs in MovieService

fix some small bugs in MovieService that were caused by the refactor
This commit is contained in:
Maximilian Dorninger
2026-01-04 23:37:33 +01:00
committed by GitHub
parent 7e334ffbb1
commit fc691f95bb
5 changed files with 726 additions and 629 deletions

View File

@@ -1,8 +1,8 @@
<script>
<script lang="ts">
import X from '@lucide/svelte/icons/x';
import Check from '@lucide/svelte/icons/check';
let { state } = $props();
let { state }: { state: boolean } = $props();
</script>
{#if state}