diff options
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r-- | apps/tagcache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c index 69a6eaade5..09dbc2b041 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -5084,6 +5084,7 @@ static int get_progress(void) struct tagcache_stat* tagcache_get_stat(void) { + tc_stat.total_entries = current_tcmh.tch.entry_count; tc_stat.progress = get_progress(); tc_stat.processed_entries = processed_dir_count; |