Update devcontainer.json and MultiDownloaderClient.php
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -34,7 +34,7 @@ class MultiDownloaderClient
|
||||
}
|
||||
$this->apiSecret = $apiSecret;
|
||||
|
||||
$this->url = $options['url'] ?? getenv('MULTI_DOWNLOADER_URL') ?? 'https://multi-dl.kub.nwb.fr';
|
||||
$this->url = $options['url'] ?? getenv('MULTI_DOWNLOADER_URL') ?: 'https://multi-dl.kub.nwb.fr';
|
||||
}
|
||||
|
||||
public function setFiles(array $files)
|
||||
|
||||
Reference in New Issue
Block a user