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