Update core.py

This commit is contained in:
Feng4
2020-12-27 11:34:47 +08:00
committed by GitHub
parent 1c66f775ed
commit e2db08a02a

View File

@@ -236,7 +236,7 @@ def get_data_from_json(file_number, filepath, conf: config.Config): # 从JSON
else:
json_data['trailer'] = ''
if conf.get_extrafanart():
if conf.is_extrafanart():
if extrafanart:
json_data['extrafanart'] = extrafanart
else: