mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 22:08:25 +00:00
[17] #776 all key values are lists
This commit is contained in:
parent
ed5358e9c8
commit
c10b8916c9
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.16.1-develop16
|
||||
1.16.1-develop17
|
||||
|
|
|
@ -459,7 +459,7 @@ class MetadataFile(DataFile):
|
|||
key_name = key_name[:-len(suffix)].strip()
|
||||
template_call = {
|
||||
"name": template_name,
|
||||
auto_type: [key] + addons[key] if key in addons else key,
|
||||
auto_type: [key] + addons[key] if key in addons else [key],
|
||||
"key_name": key_name, "key": key
|
||||
}
|
||||
for k, v in template_variables.items():
|
||||
|
|
Loading…
Add table
Reference in a new issue