mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Count playlist items on the fly
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user