mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: svelte enable svelte_referenced_localy
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
await play();
|
||||
};
|
||||
|
||||
let progress = setDuration(duration);
|
||||
let progress = $derived(setDuration(duration));
|
||||
|
||||
$effect(() => {
|
||||
handlePromiseError(onChange(duration));
|
||||
|
||||
Reference in New Issue
Block a user