Skip to content

Commit 445448b

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 0000964 commit 445448b

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
@@ -9,7 +9,7 @@ export const nonStudioPatterns = [
99
// "Live" in specific contexts (not as part of song title)
1010
/[\(\[]live[\)\]]/i, // "(Live)" or "[Live]" in parentheses/brackets
1111
/live\s+(at|from|in|on|with|@)/i, // "Live at", "Live from", "Live in", etc.
12-
/live\s+with\b/i, // "Live with" (e.g. "Live with the SFSO")
12+
/live\s+with\b/i, // "Live with" (e.g. "Live with the SFSO")
1313
/-\s*live\s*$/i, // "- Live" at the end of title
1414
/:\s*live\s*$/i, // ": Live" at the end of title
1515

0 commit comments

Comments
 (0)