4
0
Эх сурвалжийг харах

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

CauseFX 4 жил өмнө
parent
commit
04f034fb21

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

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