mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-04-30 11:12:36 -04:00
Fix artist card link
This commit is contained in:
@@ -84,7 +84,11 @@ const SearchView = () => {
|
||||
<ScrollingMenu
|
||||
title="Artists"
|
||||
data={data.artist}
|
||||
cardTitle={{ prefix: 'artist', property: 'name' }}
|
||||
cardTitle={{
|
||||
prefix: '/library/artist',
|
||||
property: 'name',
|
||||
urlProperty: 'id',
|
||||
}}
|
||||
cardSubtitle={{
|
||||
property: 'albumCount',
|
||||
unit: ' albums',
|
||||
|
||||
Reference in New Issue
Block a user