plex-api
plex-api copied to clipboard
Remove redundant curl_close in PlexApi.php
Removed unnecessary curl_close call before returning response.
PHP 8.5 deprecated curl_close() See: https://www.php.net/manual/en/function.curl-close.php https://www.php.net/manual/en/migration85.deprecated.php