mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
move master flag into component
This commit is contained in:
committed by
Mungai Njoroge
parent
c7cc687286
commit
58d4317ab8
@@ -4,6 +4,7 @@
|
||||
:class="{
|
||||
hide_play: header_shown,
|
||||
}"
|
||||
v-if="album.info.albumhash"
|
||||
>
|
||||
<div class="first grid">
|
||||
<PlayBtn :source="things.source" :store="things.store" />
|
||||
@@ -30,6 +31,9 @@ defineProps<{
|
||||
header_shown: boolean;
|
||||
}>();
|
||||
|
||||
const album = useAlbumStore();
|
||||
const playlist = usePStore();
|
||||
|
||||
const things = computed(() => {
|
||||
const route = useRoute();
|
||||
let thing = {
|
||||
|
||||
Reference in New Issue
Block a user