mirror of
https://github.com/SuperBFG7/ympd
synced 2024-12-28 11:50:26 +00:00
Fix: formating
This commit is contained in:
parent
a0e4d6512f
commit
bb5bf87dbd
@ -1800,9 +1800,6 @@ int mympd_put_playlists(char *buffer, unsigned int offset, char *filter) {
|
|||||||
mpd_playlist_free(pl);
|
mpd_playlist_free(pl);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mpd_connection_get_error(mpd.conn) != MPD_ERROR_SUCCESS || !mpd_response_finish(mpd.conn))
|
|
||||||
RETURN_ERROR_AND_RECOVER("mpd_send_list_playlists");
|
|
||||||
|
|
||||||
len += json_printf(&out, "], totalEntities: %d, offset: %d, returnedEntities: %d}",
|
len += json_printf(&out, "], totalEntities: %d, offset: %d, returnedEntities: %d}",
|
||||||
entity_count,
|
entity_count,
|
||||||
offset,
|
offset,
|
||||||
|
Loading…
Reference in New Issue
Block a user