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

@ -33,7 +33,7 @@
</div>
<div class="song-artist item-navigate" style="display: inline-block;"
@click="app.getNowPlayingItemDetailed('album')">
{{ (app.mk.nowPlayingItem["attributes"]["albumName"]) ? (" - " +
{{ (app.mk.nowPlayingItem["attributes"]["albumName"]) ? (" " +
app.mk.nowPlayingItem["attributes"]["albumName"]) : "" }}
</div>
</div>