From fad1f9c2954e666d1d57d68c776388ec2a5592c1 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Tue, 15 Nov 2022 20:42:54 +0800 Subject: [PATCH] imdg config: cache_expire = 0 --- nexus/Imdb/Imdb.php | 1 + 1 file changed, 1 insertion(+) diff --git a/nexus/Imdb/Imdb.php b/nexus/Imdb/Imdb.php index 78fe2bd5..47272879 100644 --- a/nexus/Imdb/Imdb.php +++ b/nexus/Imdb/Imdb.php @@ -29,6 +29,7 @@ class Imdb $config->photodir = $photoDir; $config->photoroot = $photoRoot; $config->language = get_setting('main.imdb_language', 'en-US'); + $config->cache_expire = 0; $this->config = $config; }