[30] fix resolution error

This commit is contained in:
meisnate12 2023-04-21 21:23:26 -04:00
parent 782f681f46
commit 00637797f6
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
1.19.0-develop29
1.19.0-develop30

View file

@ -280,7 +280,7 @@ overlays:
variables: {key: 480p, alt: "", weight: 10, type: resolution_dovetail, allowed_libraries: movie}
template: [name: resolution, name: standard]
Plus-Dovetail:
variables: {key: "", alt: plus, weight: 7, type: resolution_dovetail, allowed_libraries: movie}
variables: {key: "", alt: plus, weight: 7, type: resolution_dovetail, all: true, allowed_libraries: movie}
template: [name: resolution, name: standard]
DV-Dovetail:
variables: {key: "", alt: dv, weight: 5, type: resolution_dovetail, all: true, allowed_libraries: movie}
@ -420,7 +420,7 @@ overlays:
variables: {key: 480p, alt: "", weight: 10, type: resolution}
template: [name: resolution, name: standard]
Plus:
variables: {key: "", alt: plus, weight: 7, type: resolution}
variables: {key: "", alt: plus, weight: 7, type: resolution, all: true}
template: [name: resolution, name: standard]
DV:
variables: {key: "", alt: dv, weight: 5, type: resolution, all: true}