ninjakatt-plugin-qbittorrent
Advanced tools
Comparing version 1.1.18 to 1.1.19
@@ -65,2 +65,3 @@ const qb = require('@electorrent/node-qbittorrent'); | ||
if (error) { | ||
this.logDebug(`Error from qbittorrent getList: ${error}`); | ||
return res.status(400).send(); | ||
@@ -80,2 +81,3 @@ } | ||
if (error) { | ||
this.logDebug(`Error from qbittorrent getTransferInfo: ${error}`); | ||
return res.status(400).send(); | ||
@@ -82,0 +84,0 @@ } |
{ | ||
"name": "ninjakatt-plugin-qbittorrent", | ||
"version": "1.1.18", | ||
"version": "1.1.19", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
24331
633