add global percent to song entry component

This commit is contained in:
2026-02-06 12:18:29 -08:00
parent 0d48cea726
commit fa35340861
5 changed files with 11 additions and 0 deletions

View File

@@ -163,6 +163,7 @@
songName={s.songName}
artistName={s.artistName}
fileName={s.fileName}
globalPercent={s.globalPercent}
/>
</li>
{/each}