Skip to content

Commit

Permalink
fix: bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vertex-app committed Aug 22, 2024
1 parent 6514ff1 commit 4d89f8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/libs/push/webhook.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Webhook {
clientUrl: payload.client.clientUrl
};
}
payload.event = event;
const option = {
url: this.webhookurl,
method: 'POST',
Expand Down
1 change: 1 addition & 0 deletions app/libs/rss.js
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,7 @@ const _getTorrentsWrapper = {
'rss.torrentleech.org': _getTorrentsTorrentLeech,
'rss24h.torrentleech.org': _getTorrentsTorrentLeech,
'fsm.name': _getTorrentsFSM,
'api.fsm.name': _getTorrentsFSM,
'www.happyfappy.org': _getTorrentsHappyFappy,
'fearnopeer.com': _getTorrentsUnit3D2,
'jpopsuki.eu': _getTorrentsGazelle,
Expand Down
1 change: 1 addition & 0 deletions app/libs/site/ZHUQUE.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Site {
constructor () {
this.name = 'ZHUQUE';
this.url = 'https://zhuque.in/';
this.downloadLink = this.url + 'api/torrent/download/{ID}';
this.id = 23;
};

Expand Down

0 comments on commit 4d89f8c

Please sign in to comment.