Closed hoyho closed 2 years ago
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'. 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