improve torrents + torrentrss

This commit is contained in:
xiaomlove
2025-09-20 17:22:53 +07:00
parent ee4739fd8b
commit f675d4e2d4
7 changed files with 54 additions and 20 deletions

View File

@@ -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 '';
}