I have no idea what I am doing.

This commit is contained in:
SoNothing 2022-01-17 00:25:07 +08:00
parent ffc55b6b64
commit c5bb053271
No known key found for this signature in database
GPG key ID: 89EFF63E1DBC0176
7 changed files with 8 additions and 8 deletions

View file

@ -64,7 +64,7 @@
{{ mk.nowPlayingItem["attributes"]["name"] }}
</div>
<div class="song-artist">
{{ mk.nowPlayingItem["attributes"]["artistName"] }} - {{
{{ mk.nowPlayingItem["attributes"]["artistName"] }} {{
mk.nowPlayingItem["attributes"]["albumName"] }}
</div>
<div class="song-progress">
@ -560,7 +560,7 @@
<template v-if="item.attributes.artistName">
{{ item.attributes.artistName }}
<template v-if="item.attributes.albumName">
- {{ item.attributes.albumName }}
{{ item.attributes.albumName }}
</template>
</template>
</div>