mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
fix OUTPUT_PLAY error handling
This commit is contained in:
@@ -224,6 +224,9 @@ static int Command(void *_context, OutputCmd_t command, void *argument)
|
||||
{
|
||||
ret = context->output->video->Command(context, OUTPUT_PLAY, "video");
|
||||
}
|
||||
else
|
||||
ret = cERR_OUTPUT_INTERNAL_ERROR;
|
||||
|
||||
// success or not executed, dunn care
|
||||
if (!ret)
|
||||
{
|
||||
|
Reference in New Issue
Block a user