mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Defer loading Spotify playlists until bulk scan is complete
(because of database locking issues)
This commit is contained in:
@@ -1093,6 +1093,10 @@ filescanner(void *arg)
|
||||
else
|
||||
bulk_scan(F_SCAN_BULK);
|
||||
|
||||
#ifdef HAVE_SPOTIFY_H
|
||||
spotify_login(NULL);
|
||||
#endif
|
||||
|
||||
if (!scan_exit)
|
||||
{
|
||||
/* Enable inotify */
|
||||
|
||||
Reference in New Issue
Block a user