kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(front): trackbase errors
rodzic
8122426cf4
commit
817787db06
|
@ -163,10 +163,15 @@ watch(showDeleteModal, (newValue) => {
|
|||
:h1="track.title"
|
||||
:action="{
|
||||
text: labels.download,
|
||||
// @ts-ignore
|
||||
to: downloadUrl,
|
||||
// @ts-ignore
|
||||
solid: true,
|
||||
// @ts-ignore
|
||||
primary: true,
|
||||
// @ts-ignore
|
||||
icon: 'bi-download',
|
||||
// @ts-ignore
|
||||
lowHeight: true
|
||||
}"
|
||||
page-heading
|
||||
|
@ -364,7 +369,7 @@ watch(showDeleteModal, (newValue) => {
|
|||
:title="t('components.library.TrackBase.modal.embed.header')"
|
||||
>
|
||||
<embed-wizard
|
||||
:id="track?.id || undefined"
|
||||
:id="track?.id ?? 0"
|
||||
type="track"
|
||||
/>
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue