Count playlist items on the fly

This commit is contained in:
Julien BLACHE
2009-06-11 18:28:01 +02:00
parent 30204cbb76
commit 2d1c35b855
4 changed files with 68 additions and 103 deletions

View File

@@ -600,8 +600,6 @@ bulk_scan(void)
}
}
db_pl_update_all();
if (playlists)
process_deferred_playlists();
@@ -642,8 +640,6 @@ filescanner(void *arg)
if (!scan_exit)
{
db_pl_update_all();
/* Enable inotify */
event_add(&inoev, NULL);