diff --git a/CouchPotato/CouchPotato.php b/CouchPotato/CouchPotato.php index 55bebce91..09f1d4240 100644 --- a/CouchPotato/CouchPotato.php +++ b/CouchPotato/CouchPotato.php @@ -34,7 +34,7 @@ class CouchPotato extends \App\SupportedApps implements \App\EnhancedApps { } public function url($endpoint) { - $api_url = parent::normaliseurl($this->config->url).'/api/'.$this->config->apikey.'/'.$endpoint; + $api_url = parent::normaliseurl($this->config->url).'api/'.$this->config->apikey.'/'.$endpoint; return $api_url; } }