Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: parse invalid lyric timestamp failed #938

Merged
merged 1 commit into from
Jan 5, 2022

Conversation

hoyho
Copy link
Contributor

@hoyho hoyho commented Jan 4, 2022

Time string from lyric_line is invalid in some case.
For example, '99:00.00' which does not match format '%M:%S.%f'.
Here to update the regex to match valid time only which is range from 0-59 .

fix #936

Signed-off-by: hoyho luohaihao@gmail.com

Time string from lyric_line is invalid in some case
For example, '99:00.00' which does not match format '%M:%S.%f'

fix darknessomi#936

Signed-off-by: hoyho <luohaihao@gmail.com>
@kigawas kigawas merged commit a0a6969 into darknessomi:master Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

播放时会出现一个时间转换错误
2 participants