Explorar el Código

try and fix sonarr returning unknown series

CauseFX hace 5 años
padre
commit
23469ce167
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      api/vendor/kryptonit3/sonarr/src/Sonarr.php

+ 3 - 1
api/vendor/kryptonit3/sonarr/src/Sonarr.php

@@ -335,7 +335,9 @@ class Sonarr
         $response = [
             'uri' => $uri,
             'type' => 'get',
-            'data' => []
+            'data' => [
+            	'includeUnknownSeriesItems' => false
+            ]
         ];
 
         return $this->processRequest($response);