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