This commit is contained in:
2025-12-02 00:15:15 +08:00
parent 9fdb39e388
commit 02643e2d0d

View File

@@ -76,7 +76,7 @@ class Lyric:
re.append({'time': max(ltmp, round(i['time'] - 0.01, 2)), re.append({'time': max(ltmp, round(i['time'] - 0.01, 2)),
'data': tmp}) 'data': tmp})
tmp = None tmp = None
elif i['time'] == ltmp: elif i['time'] == ltmp and i['time'] != 0:
if tmp is None: if tmp is None:
tmp = i['data'] tmp = i['data']
else: else: