Update resolution.yml

Allow the use of use_<<key>>_<<alt>> for things like use_1080p_hdr: false
pull/1282/head
johnfawkes 2 years ago committed by GitHub
parent c929d5631e
commit 79e08ed142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -120,11 +120,13 @@ templates:
optional: optional:
- search - search
- use_<<key>> - use_<<key>>
_ use_<<key_<<alt>>
- use_edition - use_edition
- allowed_libraries - allowed_libraries
allowed_library_types: allowed_library_types:
- <<use_<<key>>>> - <<use_<<key>>>>
- <<use_edition>> - <<use_edition>>
- <<use_<<key>>_<<alt>>>>
- <<allowed_libraries>> - <<allowed_libraries>>
ignore_blank_results: true ignore_blank_results: true
plex_all: true plex_all: true

Loading…
Cancel
Save