add ui to change the continuous download attribute of a show

This commit is contained in:
maxDorninger
2025-06-22 14:48:40 +02:00
parent 87cb9088c4
commit ca8a102277
6 changed files with 88 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
import Root from "./checkbox.svelte";
export {
Root,
//
Root as Checkbox,
};