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