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.
This commit is contained in:
TRaSH 2022-07-02 13:09:28 +02:00 committed by YozoraXCII
parent 1a9dff8fac
commit d3d256fdc0

View File

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