[spotify] Purge spotify songs from db before scanning after oauth (#361)

This commit is contained in:
chme 2017-03-04 17:24:42 +01:00 committed by ejurgensen
parent 1dde41fb87
commit 00e5e098d4

View File

@ -2386,6 +2386,8 @@ fullrescan()
static enum command_state
webapi_scan(void *arg, int *ret)
{
db_spotify_purge();
*ret = rescan();
return COMMAND_END;
}