We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e81718f + b756d50 commit f5e51fcCopy full SHA for f5e51fc
plextraktsync/config/SyncConfig.py
@@ -16,7 +16,7 @@ class SyncConfig:
16
def __init__(self, config: Config, server_config: PlexServerConfig):
17
self.config = dict(config["sync"])
18
self.liked_lists = config["liked_lists"]
19
- self.liked_lists_overrides = config["liked_list"] or {}
+ self.liked_lists_overrides = config.get("liked_list", {})
20
self.server_config = server_config.sync_config
21
22
def __getitem__(self, key):
0 commit comments