48f21a4698
The LRC parser now handles timestamps with either 2-digit centiseconds (e.g., [00:45.52]) or 3-digit milliseconds (e.g., [00:45.520]) by updating the regex pattern and conversion logic to properly parse both formats into milliseconds.