diff --git a/plugins/leetcode.cn.js b/plugins/leetcode.cn.js index 07d5d2d..0095e0b 100644 --- a/plugins/leetcode.cn.js +++ b/plugins/leetcode.cn.js @@ -74,7 +74,7 @@ plugin.getProblems = function(cb) { if (e) return cb(e); problems.forEach(function(problem) { - const title = titles[problem.fid]; + const title = titles[problem.id]; if (title) problem.name = title; });