mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-18 11:46:34 -07:00
add all time rank to item pages
This commit is contained in:
parent
d08e05220f
commit
89161b5586
17 changed files with 274 additions and 181 deletions
|
|
@ -30,6 +30,7 @@ export default function Album() {
|
|||
title={album.title}
|
||||
img={album.image}
|
||||
id={album.id}
|
||||
rank={album.all_time_rank}
|
||||
musicbrainzId={album.musicbrainz_id}
|
||||
imgItemId={album.id}
|
||||
mergeFunc={mergeAlbums}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue