@ -413,7 +413,7 @@ public class QbittorrentAdapter implements IDaemonAdapter {
@@ -413,7 +413,7 @@ public class QbittorrentAdapter implements IDaemonAdapter {
privatelongparseSize(Stringstring){
// See https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-Documentation
if(string.equals("Unknown")
if(string.equals("Unknown"))
return-1;
// Sizes are given in "703.3 MiB"-like string format
// Returns size in B-based long
@ -469,7 +469,7 @@ public class QbittorrentAdapter implements IDaemonAdapter {
@@ -469,7 +469,7 @@ public class QbittorrentAdapter implements IDaemonAdapter {
privateintparseSpeed(Stringspeed){
// See https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-Documentation