mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
refactor interfaces and references
This commit is contained in:
committed by
Mungai Njoroge
parent
4a49d48011
commit
6d8a9f880b
@@ -26,7 +26,7 @@
|
||||
<div class="artist">
|
||||
<ArtistName
|
||||
:artists="track.artist"
|
||||
:albumartist="track.albumartist"
|
||||
:albumartists="track.albumartist"
|
||||
:smaller="true"
|
||||
/>
|
||||
</div>
|
||||
@@ -64,7 +64,7 @@ const props = defineProps<{
|
||||
const queue = useQueueStore();
|
||||
const context_on = ref(false);
|
||||
|
||||
function showMenu(e: Event) {
|
||||
function showMenu(e: MouseEvent) {
|
||||
showContext(e, props.track, context_on);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user