Update src/

This commit is contained in:
freearhey 2025-04-30 04:06:54 +03:00
parent e411cec545
commit 2a893a827b
33 changed files with 416 additions and 186 deletions

View file

@ -6,6 +6,8 @@
import { selected } from '~/store'
import * as Icon from '~/icons'
export let variant = 'default'
const playlistCreator = new PlaylistCreator()
function onClick() {
@ -52,7 +54,7 @@
disabled={!$selected.count()}
aria-label="Download Playlist"
title="Download Playlist"
variant="light"
{variant}
>
<Icon.Download size={16} />
</IconButton>