feat(web): mount TrackMenu in TrackRow + PlayerBar
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
import { formatDuration } from '$lib/media/duration';
|
||||
import { FALLBACK_COVER } from '$lib/media/covers';
|
||||
import LikeButton from './LikeButton.svelte';
|
||||
import TrackMenu from './TrackMenu.svelte';
|
||||
|
||||
const current = $derived(player.current);
|
||||
|
||||
@@ -59,6 +60,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<LikeButton entityType="track" entityId={current.id} />
|
||||
<TrackMenu track={current} />
|
||||
</div>
|
||||
|
||||
<!-- Center: seek row + transport row -->
|
||||
|
||||
Reference in New Issue
Block a user