mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-09 06:22:29 +08:00
Checkpoint before follow-up message
Co-authored-by: jxxghp <jxxghp@live.cn>
This commit is contained in:
@@ -31,7 +31,7 @@ class NexusRabbitSiteUserInfo(SiteParserBase):
|
|||||||
"page": 1,
|
"page": 1,
|
||||||
"limit": 5000000,
|
"limit": 5000000,
|
||||||
"action": "userTorrentsList",
|
"action": "userTorrentsList",
|
||||||
"data": {"type": "seeding", "id": int(self.userid) if self.userid and str(self.userid).isdigit() else 0},
|
"data": {"type": "seeding", "id": int(self.userid)},
|
||||||
}
|
}
|
||||||
self._torrent_seeding_headers = {
|
self._torrent_seeding_headers = {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ class SynologyChat:
|
|||||||
if image:
|
if image:
|
||||||
payload_data['file_url'] = quote(image)
|
payload_data['file_url'] = quote(image)
|
||||||
if userid:
|
if userid:
|
||||||
payload_data['user_ids'] = [int(userid) if str(userid).isdigit() else userid]
|
payload_data['user_ids'] = [int(userid)]
|
||||||
else:
|
else:
|
||||||
userids = self.__get_bot_users()
|
userids = self.__get_bot_users()
|
||||||
if not userids:
|
if not userids:
|
||||||
|
|||||||
Reference in New Issue
Block a user