mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 15:09:12 +00:00
fix
This commit is contained in:
@@ -98,7 +98,7 @@ class ConfigCenter(_PluginBase):
|
||||
for key, value in conf.items():
|
||||
if not key:
|
||||
continue
|
||||
if value is None:
|
||||
if value is None or str(value) == "None":
|
||||
value = ''
|
||||
else:
|
||||
value = str(value)
|
||||
|
||||
Reference in New Issue
Block a user