mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-16 23:02:49 +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;
|
return lrcObj;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user