Update core.py
This commit is contained in:
2
core.py
2
core.py
@@ -236,7 +236,7 @@ def get_data_from_json(file_number, filepath, conf: config.Config): # 从JSON
|
|||||||
else:
|
else:
|
||||||
json_data['trailer'] = ''
|
json_data['trailer'] = ''
|
||||||
|
|
||||||
if conf.get_extrafanart():
|
if conf.is_extrafanart():
|
||||||
if extrafanart:
|
if extrafanart:
|
||||||
json_data['extrafanart'] = extrafanart
|
json_data['extrafanart'] = extrafanart
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user