mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
improve torrents + torrentrss
This commit is contained in:
@@ -312,7 +312,7 @@ class Imdb
|
||||
if (!$enabled) {
|
||||
return '';
|
||||
}
|
||||
return NexusDB::remember("imdb:cover:$imdbId", 3600, function() use($imdbId) {
|
||||
return NexusDB::remember("imdb:cover:$imdbId", 3600, function() use ($imdbId) {
|
||||
if ($this->getCacheStatus($imdbId) != 1) {
|
||||
return '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user