undo builder_level change

This commit is contained in:
Chaz Larson 2023-09-29 12:08:23 -05:00 committed by GitHub
parent 9011a0ceb3
commit 0d25bfdddf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,10 +35,10 @@ libraries:
- pmm: aspect - pmm: aspect
- pmm: aspect - pmm: aspect
template_variables: template_variables:
builder_level: episode overlay_level: episode
- pmm: aspect - pmm: aspect
template_variables: template_variables:
builder_level: season overlay_level: season
``` ```
## Template Variables ## Template Variables
@ -91,12 +91,12 @@ libraries:
text_1.77: "16:9" text_1.77: "16:9"
- pmm: aspect - pmm: aspect
template_variables: template_variables:
builder_level: episode overlay_level: episode
text_1.33: "4:9" text_1.33: "4:9"
text_1.77: "16:9" text_1.77: "16:9"
- pmm: aspect - pmm: aspect
template_variables: template_variables:
builder_level: season overlay_level: season
text_1.33: "4:9" text_1.33: "4:9"
text_1.77: "16:9" text_1.77: "16:9"
``` ```