From e2db08a02a217df1b9f4e86bc24ddb703a5a4fdb Mon Sep 17 00:00:00 2001 From: Feng4 Date: Sun, 27 Dec 2020 11:34:47 +0800 Subject: [PATCH] Update core.py --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.py b/core.py index 6f8edaf..23bc17c 100755 --- a/core.py +++ b/core.py @@ -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: