mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-04 03:40:36 -04:00
fix indentation
This commit is contained in:
parent
77086c9b82
commit
e8d6b17784
@ -1003,11 +1003,11 @@ static void playlist_update_in_progress(sp_playlist *pl, bool done, void *userda
|
|||||||
DPRINTF(E_DBG, L_SPOTIFY, "Playlist update (status %d): %s\n", done, fptr_sp_playlist_name(pl));
|
DPRINTF(E_DBG, L_SPOTIFY, "Playlist update (status %d): %s\n", done, fptr_sp_playlist_name(pl));
|
||||||
|
|
||||||
if (spotify_access_token_valid)
|
if (spotify_access_token_valid)
|
||||||
{
|
{
|
||||||
webapi_playlist_updated(pl);
|
webapi_playlist_updated(pl);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
spotify_playlist_save(pl);
|
spotify_playlist_save(pl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user