Skip to content

Commit 41f8334

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 e2c07fe commit 41f8334

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
@@ -21,7 +21,7 @@ export const nonStudioPatterns = [
2121
/\b(acoustic|unplugged|rehearsal|demo)\b/i, // Acoustic, Unplugged, Rehearsal, Demo
2222

2323
// Venues
24-
/\b(arena|stadium|center|centre|hall)\b/i, // Arena, Stadium, Center, Hall
24+
/\b(arena|stadium|center|centre|hall)\b/i, // Arena, Stadium, Center, Hall
2525
/\bmadison\s+square\s+garden\b/i, // Madison Square Garden
2626
/day\s+on\s+the\s+green/i, // Day on the Green
2727
// Famous venues/festivals

0 commit comments

Comments
 (0)