mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[spotify] Increase log level for skipping playlists during scan
This commit is contained in:
@@ -2306,7 +2306,7 @@ scan_playlists()
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user