|
|
$this->setAPIResponse('error', 'Deluge URL is not defined', 422);
|
|
$this->setAPIResponse('error', 'Deluge URL is not defined', 422);
|
|
|
$deluge = new deluge($this->config['delugeURL'], $this->decrypt($this->config['delugePassword']));
|
|
$deluge = new deluge($this->config['delugeURL'], $this->decrypt($this->config['delugePassword']));
|
|
|
$torrents = $deluge->getTorrents(null, 'comment, download_payload_rate, eta, hash, is_finished, is_seed, message, name, paused, progress, queue, state, total_size, upload_payload_rate');
|
|
$torrents = $deluge->getTorrents(null, 'comment, download_payload_rate, eta, hash, is_finished, is_seed, message, name, paused, progress, queue, state, total_size, upload_payload_rate');
|