Updated: Sonarr - Release Profile RegEx (WEB-DL)

- Added: Word boundaries for /(repack|proper)/i -> /\b(repack|proper)\b/i (proper matched property)
pull/123/head
TRaSH 3 years ago
parent 98a01fc200
commit 95c0ce9436

@ -270,7 +270,7 @@ Add this to your `Preferred (3)` with a score of [11]
Add this to your `Preferred (3)` with a score of [10]
```bash
/(repack|proper)/i
/\b(repack|proper)\b/i
```
??? success "example"

Loading…
Cancel
Save