mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 23:55:57 -05:00
Lower log severity of message in spotify.c
This commit is contained in:
parent
a1e417c571
commit
40d7d044be
@ -558,7 +558,7 @@ spotify_track_save(int plid, sp_track *track, const char *pltitle)
|
||||
|
||||
if (!fptr_sp_track_is_loaded(track))
|
||||
{
|
||||
DPRINTF(E_INFO, L_SPOTIFY, "Metadata for track not ready yet\n");
|
||||
DPRINTF(E_SPAM, L_SPOTIFY, "Metadata for track not ready yet\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user