fix OUTPUT_PLAY error handling

Origin commit data
------------------
Branch: master
Commit: b232a8f225
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2018-02-10 (Sat, 10 Feb 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2018-02-10 20:34:01 +01:00
parent 3b50875296
commit 4bd66ae15d

View File

@@ -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)
{