mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2026-04-05 02:16:54 +08:00
fix: library extract lyric part (#1201)
This commit is contained in:
@@ -211,7 +211,7 @@ import MvRow from '@/components/MvRow.vue';
|
||||
* @returns {string} The lyric part
|
||||
*/
|
||||
function extractLyricPart(rawLyric) {
|
||||
return rawLyric.split(']')[1].trim();
|
||||
return rawLyric.split(']').pop().trim();
|
||||
}
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user