mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[26] fix changing overlay image
This commit is contained in:
parent
f853209790
commit
197b1c476c
2 changed files with 5 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.18.0-develop25
|
||||
1.18.0-develop26
|
||||
|
|
|
@ -279,6 +279,10 @@ class DataFile:
|
|||
all_init_defaults[dk] = dv
|
||||
elif input_value is None:
|
||||
optional.append(str(input_key))
|
||||
if input_key in variables:
|
||||
variables.pop(input_key)
|
||||
if input_key in added_vars:
|
||||
added_vars.pop(input_key)
|
||||
elif overwrite_call:
|
||||
variables[input_key] = input_value
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue