chore(front): todo resolve isplayable false
This commit is contained in:
parent
ac75d344b9
commit
9c5e61dfff
|
@ -73,6 +73,7 @@ const updatedAgo = computed(() => moment(props.playlist.modification_date).fromN
|
|||
small
|
||||
>
|
||||
<template #topright>
|
||||
<!-- TODO: playlist.is_playable is always false -->
|
||||
<PlayButton
|
||||
icon-only
|
||||
:is-playable="true"
|
||||
|
@ -113,6 +114,7 @@ const updatedAgo = computed(() => moment(props.playlist.modification_date).fromN
|
|||
</time>
|
||||
<i class="bi bi-dot" />
|
||||
<span>{{ t('components.playlists.Card.meta.tracks', playlist.tracks_count) }}</span>
|
||||
<!-- TODO: playlist.is_playable is always false -->
|
||||
<PlayButton
|
||||
dropdown-only
|
||||
:is-playable="true"
|
||||
|
|
Loading…
Reference in New Issue