Make - not clickable.
This commit is contained in:
parent
ec1f9360c4
commit
d99b9d1eac
1 changed files with 3 additions and 3 deletions
|
@ -93,8 +93,8 @@
|
|||
</div>
|
||||
<div class="song-artist item-navigate" style="display: inline-block;"
|
||||
@click="getNowPlayingItemDetailed('album')">
|
||||
{{ (mk.nowPlayingItem["attributes"]["albumName"]) ? (" - " +
|
||||
mk.nowPlayingItem["attributes"]["albumName"]) : "" }}
|
||||
<div class="song-artist separator" style="display: inline-block;">{{"-"}}</div>
|
||||
{{(mk.nowPlayingItem["attributes"]["albumName"]) ? (mk.nowPlayingItem["attributes"]["albumName"]) : "" }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue