mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
fix: lyrics sort (#1199)
This commit is contained in:
parent
3d71e9fc00
commit
07b5d4de3d
1 changed files with 1 additions and 0 deletions
|
|
@ -29,5 +29,6 @@ export function parseLyric(lrc) {
|
|||
}
|
||||
}
|
||||
}
|
||||
lrcObj.sort((a, b) => a.time - b.time);
|
||||
return lrcObj;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue