aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Music/Lyrics/LRC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Music/Lyrics/LRC.pm b/lib/Music/Lyrics/LRC.pm
index f7f6cdc..25d94e3 100644
--- a/lib/Music/Lyrics/LRC.pm
+++ b/lib/Music/Lyrics/LRC.pm
@@ -46,7 +46,7 @@ our %RE = (
(\d+) # Minutes, capture
: # Colon
( # Seconds group, capture
- \d{2} # Whole seconds
+ \d{1,2} # Whole seconds
(?: # Group for fractional seconds
[.] # Period
\d+ # At least one digit