update: use producer instead of signer in music card of database page
This commit is contained in:
parent
900a60c656
commit
7f66b54ab2
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "aquavox",
|
||||
"version": "1.12.5",
|
||||
"version": "1.12.6",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
|
@ -70,7 +70,7 @@
|
||||
overflow-hidden text-ellipsis"
|
||||
style="text-shadow: 0px 0px 4px rgba(65, 65, 65, .6);"
|
||||
>
|
||||
{song.singer.join(', ')}
|
||||
{song.producer}
|
||||
</span>
|
||||
<div class="absolute right-2 bottom-2 text-right text-white" style="text-shadow: 0px 0px 4px rgba(65, 65, 65, .6);">
|
||||
{#if song.duration}
|
||||
|
Loading…
Reference in New Issue
Block a user