fix(starr): Netflix CF to match NetflixHD and NetflixUHD in title (#1845)

Co-authored-by: TRaSH <TRaSH-@users.noreply.github.com>
Co-authored-by: nuxen <felix.schubert1998@gmail.com>
pull/1856/head
Lucas Reiners 2 months ago committed by GitHub
parent ba9c1e104c
commit 17e1ad4113
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,7 +9,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(nf|netflix)\\b"
"value": "\\b(nf|netflix(u?hd)?)\\b"
}
},
{

@ -13,7 +13,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(nf|netflix)\\b"
"value": "\\b(nf|netflix(u?hd)?)\\b"
}
},
{

Loading…
Cancel
Save