diff --git a/src/FormatList.svelte b/src/FormatList.svelte index 42f8575..1009641 100644 --- a/src/FormatList.svelte +++ b/src/FormatList.svelte @@ -1,29 +1,49 @@
- +{#each formats as format} +
- +
-

Podcasts

-
- - -
- -
-

Books

-
- - -
- -
-

Videos

+

{format.name}

+{/each}
\ No newline at end of file