move master flag into component

This commit is contained in:
geoffrey45
2022-12-24 14:38:08 +03:00
committed by Mungai Njoroge
parent c7cc687286
commit 58d4317ab8
10 changed files with 4115 additions and 2397 deletions
+4
View File
@@ -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 = {