Adds basic support for labels for qBittorrent; fixes#333. No setting of labels yet as the web UI doesn' seem to like our requests (as with setting of transfer speeds).
@ -211,7 +215,7 @@ public class QbittorrentAdapter implements IDaemonAdapter {
@@ -211,7 +215,7 @@ public class QbittorrentAdapter implements IDaemonAdapter {
@ -307,6 +311,15 @@ public class QbittorrentAdapter implements IDaemonAdapter {
@@ -307,6 +311,15 @@ public class QbittorrentAdapter implements IDaemonAdapter {
@ -465,6 +478,24 @@ public class QbittorrentAdapter implements IDaemonAdapter {
@@ -465,6 +478,24 @@ public class QbittorrentAdapter implements IDaemonAdapter {
@ -480,6 +511,7 @@ public class QbittorrentAdapter implements IDaemonAdapter {
@@ -480,6 +511,7 @@ public class QbittorrentAdapter implements IDaemonAdapter {
intupspeed;
DateaddedOn=null;
DatecompletionOn=null;
Stringlabel=null;
if(apiVersion>=2){
leechers=newint[2];
@ -492,8 +524,14 @@ public class QbittorrentAdapter implements IDaemonAdapter {
@@ -492,8 +524,14 @@ public class QbittorrentAdapter implements IDaemonAdapter {
@ -526,7 +564,7 @@ public class QbittorrentAdapter implements IDaemonAdapter {
@@ -526,7 +564,7 @@ public class QbittorrentAdapter implements IDaemonAdapter {