Skip to content

Commit 16df9f3

Browse files
Update src/plugins/skip-live-songs/patterns.ts
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dd350d4 commit 16df9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/skip-live-songs/patterns.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
export const nonStudioPatterns = [
99
// "Live" in specific contexts (not as part of song title)
10-
/[\(\[]live[\)\]]/i, // "(Live)" or "[Live]" in parentheses/brackets
10+
/[\(\[]live[\)\]]/i, // "(Live)" or "[Live]" in parentheses/brackets
1111
/live\s+(at|from|in|on|with|@)/i, // "Live at", "Live from", "Live in", etc.
1212
/live\s+with\b/i, // "Live with" (e.g. "Live with the SFSO")
1313
/-\s*live\s*$/i, // "- Live" at the end of title

0 commit comments

Comments
 (0)