diff options
| author | Fuwn <[email protected]> | 2026-01-22 22:09:45 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-22 22:09:45 -0800 |
| commit | 3dc247717122628793ee88f0cd855c3d8c5afbd7 (patch) | |
| tree | 8dd332ca02d417975a6098ad0e1adb6bdd0c74a8 /src/lib/Tools/SequelCatcher/List.svelte | |
| parent | fix(deps): Pin SvelteKit and adapter versions for sveltekit-graphql compatibi... (diff) | |
| download | due.moe-3dc247717122628793ee88f0cd855c3d8c5afbd7.tar.xz due.moe-3dc247717122628793ee88f0cd855c3d8c5afbd7.zip | |
format: Apply Prettier formatting
Diffstat (limited to 'src/lib/Tools/SequelCatcher/List.svelte')
| -rw-r--r-- | src/lib/Tools/SequelCatcher/List.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Tools/SequelCatcher/List.svelte b/src/lib/Tools/SequelCatcher/List.svelte index 009df219..0bf087ea 100644 --- a/src/lib/Tools/SequelCatcher/List.svelte +++ b/src/lib/Tools/SequelCatcher/List.svelte @@ -20,8 +20,8 @@ ? undefined : media : swap - ? media - : undefined; + ? media + : undefined; </script> <input type="checkbox" bind:checked={includeCurrent} /> Include current (watching, rewatching, |