fix incorrect album fetching

This commit is contained in:
geoffrey45
2021-12-28 10:08:31 +03:00
parent 49947a22b2
commit c49e1e48f1
7 changed files with 28 additions and 13 deletions
+4 -1
View File
@@ -10,11 +10,14 @@
<div>
<p id="title" class="ellipsis">{{ current.title }}</p>
<hr />
<div id="artist">
<div id="artist" v-if="current.artists[0] != ''">
<span v-for="artist in putCommas(current.artists)" :key="artist">{{
artist
}}</span>
</div>
<div id="artist" v-else>
<span>{{ current.album_artist }}</span>
</div>
</div>
</div>
<div class="progress">