fix: lyrics sort (#1199)

master
memorydream 3 years ago committed by GitHub
parent 3d71e9fc00
commit 07b5d4de3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,5 +29,6 @@ export function parseLyric(lrc) {
} }
} }
} }
lrcObj.sort((a, b) => a.time - b.time);
return lrcObj; return lrcObj;
} }

Loading…
Cancel
Save