mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-26 08:05:33 -07:00
parent
9726d0d019
commit
901a83c41d
1 changed files with 0 additions and 1 deletions
|
@ -229,7 +229,6 @@ class TorrServerAPI
|
||||||
if ($curl->httpStatusCode === 200 && !empty($response)) {
|
if ($curl->httpStatusCode === 200 && !empty($response)) {
|
||||||
CACHE('tr_cache')->set("ffprobe_m3u_$attach_id", $response, 3600);
|
CACHE('tr_cache')->set("ffprobe_m3u_$attach_id", $response, 3600);
|
||||||
} else {
|
} else {
|
||||||
$response->{$index} = $curl->httpStatusCode;
|
|
||||||
bb_log("TorrServer (ERROR) [$this->url]: Response code: {$curl->httpStatusCode}\n", $this->logFile);
|
bb_log("TorrServer (ERROR) [$this->url]: Response code: {$curl->httpStatusCode}\n", $this->logFile);
|
||||||
}
|
}
|
||||||
$curl->close();
|
$curl->close();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue