Skip to content

Commit

Permalink
fix: #36
Browse files Browse the repository at this point in the history
  • Loading branch information
RyoLee authored Apr 9, 2023
1 parent 7afdb4d commit af7133d
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 @@ -3,7 +3,7 @@
// @description Emby弹幕插件
// @namespace https://github.com/RyoLee
// @author RyoLee
// @version 1.10
// @version 1.11
// @copyright 2022, RyoLee (https://github.com/RyoLee)
// @license MIT; https://raw.githubusercontent.com/RyoLee/emby-danmaku/master/LICENSE
// @icon https://github.githubassets.com/pinned-octocat.svg
Expand Down Expand Up @@ -355,7 +355,7 @@
}

function getComments(episodeId) {
let url = 'https://api.xn--7ovq92diups1e.com/cors/https://api.dandanplay.net/api/v2/comment/' + episodeId + '?withRelated=true&chConvert=' + window.ede.chConvert;
let url = 'https://api.9-ch.com/cors/https://api.dandanplay.net/api/v2/comment/' + episodeId + '?withRelated=true&chConvert=' + window.ede.chConvert;
return fetch(url, {
method: 'GET',
headers: {
Expand Down

0 comments on commit af7133d

Please sign in to comment.