diff options
| -rw-r--r-- | apps/tagcache.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c index 43babfa..07af9bf 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -3984,7 +3984,8 @@ static bool load_tagcache(void) { logf("Entry no longer valid."); logf("-> %s", buf); - delete_entry(fe->idx_id); + if (global_settings.tagcache_autoupdate) + delete_entry(fe->idx_id); continue ; } |