mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -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
|
||||
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)'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user