mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
Fix DV-HDR regex, after regex split
Fix for Overlay Error: Regular Expression Invalid: (?i)\bdv((.hdr10?\b)
This commit is contained in:
parent
09074e23a5
commit
4c200c81ad
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ templates:
|
|||
- alt: plus
|
||||
value: '(?i)\bhdr10(\+|p(lus)?\b)'
|
||||
- alt: dvhdr
|
||||
value: '(?i)\bdv((.hdr10?\b)'
|
||||
value: '(?i)\bdv(.hdr10?\b)'
|
||||
- alt: dvhdrplus
|
||||
value: '(?i)\bdv.HDR10(\+|P(lus)?\b)'
|
||||
optional:
|
||||
|
|
Loading…
Reference in a new issue