Copy/Paste Fix

- Fixed: mistake from copy/paste
pull/361/head
TRaSH 3 years ago
parent bd51c4c725
commit ffbb4d4505

@ -442,7 +442,7 @@ Add this to your `Must not contain (2)`
Add this to your `Must not contain (2)`
```bash
/\b(\.WEB\.)\b/i
/\b(-scene)\b/i
```
#### Optional Ignore scene releases
@ -452,7 +452,7 @@ Add this to your `Must not contain (2)`
If you don't want to download so called scene releases.
```bash
/\b(-scene)\b/i
/\b(\.WEB\.)\b/i
```
------

Loading…
Cancel
Save