some fixes
This commit is contained in:
parent
0433cede89
commit
00a16bf54f
3 changed files with 3 additions and 2 deletions
|
@ -156,7 +156,7 @@
|
|||
</template>
|
||||
<template v-else>
|
||||
<div v-for="disc in nestedPlaylist">
|
||||
<div class="playlist-time">Disc {{disc.disc}}</div>
|
||||
<div class="playlist-time">{{($root.getLz("term.discNumber") ?? "").replace("${discNumber}",disc.disc)}}</div>
|
||||
<mediaitem-list-item :item="item" :parent="getItemParent(data)" :index="index"
|
||||
:showIndex="true"
|
||||
:showIndexPlaylist="(data.attributes.playParams.kind ?? data.type ?? '').includes('playlist')"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue