@ -161,12 +161,6 @@ public class QbittorrentAdapter implements IDaemonAdapter {
@@ -161,12 +161,6 @@ public class QbittorrentAdapter implements IDaemonAdapter {
// API changed in 3.2.0, login is now handled by its own request, which provides you a cookie.
// If we don't have that cookie, let's try and get it.
if(version!=-1&&version<30200){
return;
}
// Have we already authenticated? Check if we have the cookie that we need
if(isAuthenticated()){
return;
@ -174,12 +168,13 @@ public class QbittorrentAdapter implements IDaemonAdapter {
@@ -174,12 +168,13 @@ public class QbittorrentAdapter implements IDaemonAdapter {