libsaria: Reindex on library refresh

This should allow me to filter while the library is scanning.
This commit is contained in:
Bryan Schumaker 2011-12-11 20:25:53 -05:00
parent e987eaa3a4
commit 83867dba2c
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ namespace libsaria
void library::refresh()
{
rebuild_list();
reindex();
trigger_callback(LIBRARY_REFRESH);
}