Skip to content

Commit

Permalink
fix(mtv): torrent detail page download fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bright-W authored and fzlins committed Feb 26, 2023
1 parent 497cf80 commit 39c8870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resource/sites/www.morethantv.me/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"plugins": [{
"name": "种子详情页面",
"pages": ["/torrents.php"],
"scripts": ["/schemas/NexusPHP/common.js", "/schemas/Common/details.js"]
"scripts": ["/schemas/NexusPHP/common.js", "/schemas/Common/torrents.js"]
}, {
"name": "种子列表",
"pages": ["/torrents/browse", "/show/(\\d+)/$","/collages.php"],
Expand Down Expand Up @@ -158,4 +158,4 @@
}
}
}
}
}

0 comments on commit 39c8870

Please sign in to comment.