updated the term/action confusion
This commit is contained in:
parent
8d1663e4e4
commit
7bade02895
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
||||||
</div>
|
</div>
|
||||||
<template v-if="(data.attributes?.playParams?.kind ?? data.type ?? '').includes('album') && data.relationships.catalog != null && data.relationships.catalog != null && data.relationships.catalog.data.length > 0">
|
<template v-if="(data.attributes?.playParams?.kind ?? data.type ?? '').includes('album') && data.relationships.catalog != null && data.relationships.catalog != null && data.relationships.catalog.data.length > 0">
|
||||||
<div class="playlist-time showExtended item-navigate" style="color:#fa586a; font-weight: bold" @click="app.routeView(data.relationships.catalog.data[0])">
|
<div class="playlist-time showExtended item-navigate" style="color:#fa586a; font-weight: bold" @click="app.routeView(data.relationships.catalog.data[0])">
|
||||||
{{$root.getLz("term.showAlbum")}}
|
{{$root.getLz("action.showAlbum")}}
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue