mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
fix for keyerror
This commit is contained in:
parent
02f9b6f7b6
commit
cb3f8b1ec2
1 changed files with 2 additions and 0 deletions
|
@ -527,6 +527,8 @@ class ConfigFile:
|
|||
params["sonarr_add_all"] = check_for_attribute(lib, "sonarr_add_all", var_type="bool", default=False, save=False, do_print=False)
|
||||
params["tmdb_collections"] = None
|
||||
params["genre_mapper"] = None
|
||||
params["radarr_remove_by_tag"] = None
|
||||
params["sonarr_remove_by_tag"] = None
|
||||
|
||||
if lib and "operations" in lib and lib["operations"]:
|
||||
if isinstance(lib["operations"], dict):
|
||||
|
|
Loading…
Reference in a new issue