mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 07:35:57 -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();
|
||||
|
||||
return -1;
|
||||
*retval = -1;
|
||||
return COMMAND_END;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user