fix undefined album
This commit is contained in:
parent
ec32724ed3
commit
e8c85e6fdc
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
{{ mk.nowPlayingItem["attributes"]["artistName"] }}
|
||||
</div>
|
||||
<div class="song-artist item-navigate text-overflow-elipsis" style="display: inline-block;" @click="app.getNowPlayingItemDetailed('album')">
|
||||
{{ " - " + mk.nowPlayingItem["attributes"]["albumName"] }}
|
||||
{{ (mk.nowPlayingItem["attributes"]["albumName"]) ? (" - " + mk.nowPlayingItem["attributes"]["albumName"]) : "" }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue