imdg config: cache_expire = 0

This commit is contained in:
xiaomlove
2022-11-15 20:42:54 +08:00
parent b6a7419461
commit fad1f9c295

View File

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