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