Merge branch 'main' of https://github.com/Apple-Music-Electron/Cider
This commit is contained in:
commit
5217c7270c
1 changed files with 3 additions and 3 deletions
|
@ -21,12 +21,12 @@
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
{{ msToMinSec(item.attributes.durationInMillis ?? 0) }}
|
|
||||||
</div>
|
|
||||||
<div class="content-rating" v-if="item.attributes.contentRating">
|
<div class="content-rating" v-if="item.attributes.contentRating">
|
||||||
{{ item.attributes.contentRating }}
|
{{ item.attributes.contentRating }}
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
{{ msToMinSec(item.attributes.durationInMillis ?? 0) }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue