Clear LRC cache on track change and improve LRC fetching logic

This commit is contained in:
2025-09-26 13:45:39 -04:00
parent 47089cc7cb
commit 00614326a4
2 changed files with 25 additions and 39 deletions

View File

@@ -166,12 +166,12 @@ class DataUtils:
if not reg_helper:
continue
reg_helper = reg_helper[0]
logging.debug(
"Reg helper: %s for line: %s; len: %s",
reg_helper,
line,
len(reg_helper),
)
# logging.debug(
# "Reg helper: %s for line: %s; len: %s",
# reg_helper,
# line,
# len(reg_helper),
# )
_timetag = reg_helper[0]
if not reg_helper[1].strip():
continue