mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Update lyric fetcher return types
This commit is contained in:
parent
007a099951
commit
d38c846e80
5 changed files with 14 additions and 9 deletions
|
|
@ -279,7 +279,7 @@ export const SynchronizedLyrics = ({
|
|||
<>
|
||||
<LyricLine
|
||||
className="lyric-credit"
|
||||
text={`(Matched as ${override.title} by ${override.artist})`}
|
||||
text={`(Matched as ${override.name} by ${override.artist})`}
|
||||
/>
|
||||
<LyricSkip onClick={removeLyric} />
|
||||
</>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ export const UnsynchronizedLyrics = ({
|
|||
<>
|
||||
<LyricLine
|
||||
className="lyric-credit"
|
||||
text={`(Matched as ${override.title} by ${override.artist})`}
|
||||
text={`(Matched as ${override.name} by ${override.artist})`}
|
||||
/>
|
||||
<LyricSkip onClick={onRemoveLyric} />
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue