mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[30] fix resolution error
This commit is contained in:
parent
782f681f46
commit
00637797f6
2 changed files with 3 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.19.0-develop29
|
||||
1.19.0-develop30
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue