mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[39] fix other keys
This commit is contained in:
parent
dd4261752e
commit
549c88bf9a
2 changed files with 8 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.16.2-develop38
|
||||
1.16.2-develop39
|
||||
|
|
|
@ -518,7 +518,13 @@ class MetadataFile(DataFile):
|
|||
sync.pop(collection_title)
|
||||
self.collections[collection_title] = col
|
||||
if other_name:
|
||||
col = {"template": {"name": template_name, auto_type: other_keys}, "label": str(map_name)}
|
||||
template_call = {
|
||||
"name": template_name,
|
||||
"value": other_keys,
|
||||
auto_type: other_keys,
|
||||
"key_name": str(map_name), "key": str(map_name)
|
||||
}
|
||||
col = {"template": template_call, "label": str(map_name)}
|
||||
if test:
|
||||
col["test"] = True
|
||||
if other_name in sync:
|
||||
|
|
Loading…
Reference in a new issue