Skip to content

Commit

Permalink
фор
Browse files Browse the repository at this point in the history
  • Loading branch information
and7ey authored Nov 20, 2024
1 parent 723800b commit 4a8add2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions torrentmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,8 @@
contentType: "application/json",
success: function success(response, textStatus, jqXHR) {
console.log('LME Torrent manager', 'Auth result', response);
console.log('LME Torrent manager', 'Auth result', response.data);
console.log('LME Torrent manager', 'Auth result', response.data.sid);
var data = {
sID: response.data.sid,
createDate: Math.floor(Date.now() / 1000)
Expand Down

0 comments on commit 4a8add2

Please sign in to comment.