stoof
This commit is contained in:
@@ -140,7 +140,7 @@ class DataUtils:
|
||||
if not reg_helper[1].strip():
|
||||
_words = "♪"
|
||||
else:
|
||||
_words = reg_helper[1]
|
||||
_words = reg_helper[1].strip()
|
||||
lrc_out.append({
|
||||
"timeTag": _timetag,
|
||||
"words": _words,
|
||||
|
||||
Reference in New Issue
Block a user