mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-15 08:45:02 -05:00
[spotify] Increase log level for skipping playlists during scan
This commit is contained in:
parent
e8d6b17784
commit
a4180a5902
@ -2306,7 +2306,7 @@ scan_playlists()
|
|||||||
|
|
||||||
if (!playlist.uri || !playlist.name || playlist.tracks_count == 0)
|
if (!playlist.uri || !playlist.name || playlist.tracks_count == 0)
|
||||||
{
|
{
|
||||||
DPRINTF(E_DBG, L_SPOTIFY, "Ignoring playlist '%s' with %d tracks (%s)\n", playlist.name, playlist.tracks_count, playlist.uri);
|
DPRINTF(E_LOG, L_SPOTIFY, "Ignoring playlist '%s' with %d tracks (%s)\n", playlist.name, playlist.tracks_count, playlist.uri);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user