mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 16:38:54 -05:00
fix IMAX /b regex
This commit is contained in:
parent
bd1456ef5d
commit
02bcbd51a0
@ -80,7 +80,7 @@ overlays:
|
|||||||
- name: IMAX-E
|
- name: IMAX-E
|
||||||
plex_all: true
|
plex_all: true
|
||||||
filters:
|
filters:
|
||||||
filepath.regex: '(?i)\[IMAX Enhanced\]'
|
filepath.regex: '(?i)\bIMAX Enhanced\b'
|
||||||
|
|
||||||
IMAX:
|
IMAX:
|
||||||
template:
|
template:
|
||||||
@ -89,4 +89,4 @@ overlays:
|
|||||||
- name: IMAX
|
- name: IMAX
|
||||||
plex_all: true
|
plex_all: true
|
||||||
filters:
|
filters:
|
||||||
filepath.regex: '(?i)\[IMAX\]'
|
filepath.regex: '(?i)\bIMAX\b'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user