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>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
{{ msToMinSec(item.attributes.durationInMillis ?? 0) }}
|
||||
</div>
|
||||
<div class="content-rating" v-if="item.attributes.contentRating">
|
||||
{{ item.attributes.contentRating }}
|
||||
</div>
|
||||
<div>
|
||||
{{ msToMinSec(item.attributes.durationInMillis ?? 0) }}
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue