mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-24 01:35:35 +02:00
fix bugs in MovieService
fix some small bugs in MovieService that were caused by the refactor
This commit is contained in:
committed by
GitHub
parent
7e334ffbb1
commit
fc691f95bb
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user