Skip to content

Commit

Permalink
修正无第三方弹幕源的情况
Browse files Browse the repository at this point in the history
  • Loading branch information
Izumiko committed May 18, 2024
1 parent b6f058a commit 178ad55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ede.js
Original file line number Diff line number Diff line change
Expand Up @@ -965,9 +965,9 @@
t.cid === comment.cid
))
);
showDebugInfo('弹幕下载成功: ' + comments.length);
return comments;
}
showDebugInfo('弹幕下载成功: ' + comments.length);
return comments;
} catch (error) {
showDebugInfo('获取弹幕失败:', error);
return null;
Expand Down

0 comments on commit 178ad55

Please sign in to comment.