Fixed DTS-X copy/paste error

- Fixed: `DTS-X` copy/paste error taken from the json - json needs to have a extra `\` before a special character.
pull/368/head
TRaSH 3 years ago committed by YozoraXCII
parent 1a9dff8fac
commit d3d256fdc0

@ -239,7 +239,7 @@ overlays:
slug: x slug: x
plex_all: true plex_all: true
filters: filters:
audio_track_title.regex: '(?i)dts[ ._:-]?x(?!\\d)' audio_track_title.regex: '(?i)dts[-. ]?x(?!\d)'
DTS-X-Filepath: DTS-X-Filepath:
template: template:
@ -249,4 +249,4 @@ overlays:
slug: x slug: x
plex_all: true plex_all: true
filters: filters:
filepath.regex: '(?i)dts[ ._:-]?x(?!\\d)' filepath.regex: '(?i)dts[-. ]?x(?!\d)'

Loading…
Cancel
Save