Fixed Messy Artist

This commit is contained in:
shiny_nematoda 2022-04-13 20:47:59 +05:30
parent 03b4c151f9
commit c3c22fc455
5 changed files with 46 additions and 30 deletions

View file

@ -13,7 +13,7 @@ defineEmits(['playall']);
<h2>{{ title }}</h2>
<p @click="$event.target.classList.toggle('more')">{{ desc }}</p>
<div class="us-playwrap">
<PlayBtn @click="$emit('playall', '?list=' + play)" />
<PlayBtn @click="$emit('playall', '/playlist?list=' + play)" />
<span class="us-box subs">{{ subs || 0 }}</span>
</div>
</div>

View file

@ -70,10 +70,7 @@ defineEmits([
'--art: url(' + (album.thumbnail || album.thumbnails[0].url) + ');'
"
@open-album="
$emit(
'get-album',
album.url || '/playlist?list=' + album.id,
)
$emit('get-album', album.url || '/playlist?list=' + album.id)
" />
</template>
</div>
@ -200,6 +197,7 @@ export default {
display: grid;
grid-template-columns: 1fr;
}
.text-full {
padding: 1rem;
font-size: 1.5rem;