fix use_*

This commit is contained in:
meisnate12
2022-06-02 12:39:06 -04:00
parent 9b83cee6f9
commit c8620695c7
5 changed files with 30 additions and 84 deletions

View File

@@ -47,7 +47,7 @@ templates:
AudioCodec:
optional:
- overlay_level
- <<use_<<slug>>>>
- use_<<slug>>
default:
overlay: <<overlay_name>>
horizontal_offset: 0
@@ -82,7 +82,7 @@ overlays:
- name: AudioCodec
overlay: Opus
weight: 5
slug: Opus
slug: opus
plex_all: true
filters:
filepath.regex: '(?i)\bOPUS(\b|\d)'