diff --git a/src/components/CreatePlaylistButton.svelte b/src/components/CreatePlaylistButton.svelte new file mode 100644 index 000000000..64a75c7f8 --- /dev/null +++ b/src/components/CreatePlaylistButton.svelte @@ -0,0 +1,57 @@ + + +
+ {#if $downloadMode} + + + + + + + + + + + + {:else} + + {/if} +