diff --git a/src/jc21/PlexApi.php b/src/jc21/PlexApi.php index fa1b9f3..fb86c07 100644 --- a/src/jc21/PlexApi.php +++ b/src/jc21/PlexApi.php @@ -637,7 +637,6 @@ public function call($path, $params = [], $method = self::GET, $isLoginCall = fa } } - curl_close($resource); return $response; }