mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 06:11:24 +08:00
fix: lyrics sort (#1199)
This commit is contained in:
parent
3d71e9fc00
commit
07b5d4de3d
|
@ -29,5 +29,6 @@ export function parseLyric(lrc) {
|
|||
}
|
||||
}
|
||||
}
|
||||
lrcObj.sort((a, b) => a.time - b.time);
|
||||
return lrcObj;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user