fix(yrc): 关闭 debug flag

This commit is contained in:
Pizero 2025-01-14 00:20:39 +08:00
parent 2d5a4fdfe3
commit 736b177e6c
No known key found for this signature in database
GPG Key ID: 577F9430CCAA0812

View File

@ -346,8 +346,8 @@ const onTimeUp = () => {
return;
}
const aplayer = player.value.aplayer;
const isLineByLine = false;
// const isLineByLine = !store.yrcEnable || store.yrcTemp.length == 0 || store.yrcLoading
// const isLineByLine = false;
const isLineByLine = !store.yrcEnable || store.yrcTemp.length == 0 || store.yrcLoading
if (isLineByLine) {
return syncLrc();
} else {