mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-12-05 21:52:31 -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:
@@ -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)'
|
||||||
|
|||||||
Reference in New Issue
Block a user