mirror of
https://github.com/imsyy/home.git
synced 2025-05-21 13:40:15 +09:00
fix(yrc): 关闭 debug flag
This commit is contained in:
parent
2d5a4fdfe3
commit
736b177e6c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user