mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 16:38:54 -05:00
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:
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…
x
Reference in New Issue
Block a user