Explorar el Código

fixed Organizr sending invalid API query to Sonarr caused by non-conversion of boolean (#1750)

CauseFX hace 4 años
padre
commit
04f034fb21
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/vendor/kryptonit3/sonarr/src/Sonarr.php

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

@@ -341,7 +341,7 @@ class Sonarr
             'uri' => $uri,
             'type' => 'get',
             'data' => [
-            	'includeUnknownSeriesItems' => false
+            	'includeUnknownSeriesItems' => 'false'
             ]
         ];