mirror of
https://github.com/owntone/owntone-server.git
synced 2025-07-08 16:42:21 -04:00
Indentation
This commit is contained in:
parent
7e43a42c88
commit
305c1a141c
@ -1253,8 +1253,7 @@ dacp_reply_playqueuecontents(struct evhttp_request *req, struct evbuffer *evbuf,
|
|||||||
}
|
}
|
||||||
for (n = 0; n < history->count && n < abs(span); n++)
|
for (n = 0; n < history->count && n < abs(span); n++)
|
||||||
{
|
{
|
||||||
ret = playqueuecontents_add_source(songlist, history->id[(start_index + n) % MAX_HISTORY_COUNT], (n + 1),
|
ret = playqueuecontents_add_source(songlist, history->id[(start_index + n) % MAX_HISTORY_COUNT], (n + 1), status.plid);
|
||||||
status.plid);
|
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
DPRINTF(E_LOG, L_DACP, "Could not add song to songlist for playqueue-contents\n");
|
DPRINTF(E_LOG, L_DACP, "Could not add song to songlist for playqueue-contents\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user