mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-15 00:35:03 -05:00
[player] Fix return value in playback_prev_bh if source_open failed
This commit is contained in:
parent
cd9a3bae07
commit
2ae94e8f82
@ -2530,7 +2530,8 @@ playback_prev_bh(void *arg, int *retval)
|
|||||||
{
|
{
|
||||||
playback_abort();
|
playback_abort();
|
||||||
|
|
||||||
return -1;
|
*retval = -1;
|
||||||
|
return COMMAND_END;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user