mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-25 23:55:32 -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)) {
|
||||
CACHE('tr_cache')->set("ffprobe_m3u_$attach_id", $response, 3600);
|
||||
} else {
|
||||
$response->{$index} = $curl->httpStatusCode;
|
||||
bb_log("TorrServer (ERROR) [$this->url]: Response code: {$curl->httpStatusCode}\n", $this->logFile);
|
||||
}
|
||||
$curl->close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue