mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix #1804
This commit is contained in:
@@ -1044,4 +1044,4 @@ class SubscribeChain(ChainBase):
|
||||
|
||||
if not value:
|
||||
return None
|
||||
return value[default_config_key] or None
|
||||
return value.get(default_config_key) or None
|
||||
|
||||
Reference in New Issue
Block a user