Browse Source

fix sabnzbd auth for socks

CauseFX 4 years ago
parent
commit
4fff5b31fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/classes/organizr.class.php

+ 1 - 1
api/classes/organizr.class.php

@@ -6110,7 +6110,7 @@ class Organizr
 				$appDetails = [
 					'url' => 'sabnzbdURL',
 					'enabled' => 'sabnzbdSocksEnabled',
-					'auth' => 'sonarrSocksAuth',
+					'auth' => 'sabnzbdSocksAuth',
 					'header' => null
 				];
 				break;