mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Code fix (#1044)
This commit is contained in:
parent
df045d24fd
commit
c0194aaa54
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ foreach ($info_hash_array[1] as $hash) {
|
||||||
|
|
||||||
$decoded_hash = urldecode($hash);
|
$decoded_hash = urldecode($hash);
|
||||||
|
|
||||||
if ($scrape_cache = CACHE('tr_cache')->get(SCRAPE_LIST_PREFIX . bin2hex($decoded_hash)) {
|
if ($scrape_cache = CACHE('tr_cache')->get(SCRAPE_LIST_PREFIX . bin2hex($decoded_hash))) {
|
||||||
$torrents['files'][$info_key = array_key_first($scrape_cache)] = $scrape_cache[$info_key];
|
$torrents['files'][$info_key = array_key_first($scrape_cache)] = $scrape_cache[$info_key];
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue