Skip to content

Commit 6bab7eb

Browse files
committed
Fix QQMusic lyrics inline tag missing matched
1 parent cdc0bc3 commit 6bab7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LyricsService/Utilities/RegexPattern.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ let netEaseInlineTagRegex = Regex(#"\(0,(\d+)\)([^(]+)(\(0,1\) )?"#)
2424

2525
let kugouInlineTagRegex = Regex(#"<(\d+),(\d+),0>([^<]*)"#)
2626

27-
let qqmusicInlineTagRegex = Regex(#"(.+?)\((\d+),(\d+)\)"#)
27+
let qqmusicInlineTagRegex = Regex(#"([^(]*)\((\d+),(\d+)\)"#)

0 commit comments

Comments
 (0)