mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Minor fix
This commit is contained in:
parent
15489dd082
commit
4e46118afe
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ onDeactivated(() => {
|
|||
? results.items.artists.items
|
||||
: results.items.recommendedArtists.items"
|
||||
:key="a.id || a.url"
|
||||
:author="a.subtitle.replace('subscribers', t('artist.subscribers'))"
|
||||
:author="a.subtitle?.replace('subscribers', t('artist.subscribers'))"
|
||||
:name="a.name || a.title"
|
||||
:art="a.thumbnail || a.thumbnails[0].url"
|
||||
@open-album="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue