@ -760,7 +760,7 @@ public class QbittorrentAdapter implements IDaemonAdapter {
@@ -760,7 +760,7 @@ public class QbittorrentAdapter implements IDaemonAdapter {
}
privatelongparseSize(Stringstring){
// See https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-Documentation
// See https://github.com/qbittorrent/qBittorrent/wiki
if(string.equals("Unknown"))
return-1;
// Sizes are given in "1,023.3 MiB"-like string format
@ -771,6 +771,10 @@ public class QbittorrentAdapter implements IDaemonAdapter {
@@ -771,6 +771,10 @@ public class QbittorrentAdapter implements IDaemonAdapter {