eplayer3: fix playback termination handling

This commit is contained in:
martii
2014-03-09 14:16:45 +01:00
parent 8231b7f0db
commit 56b3c7e01d
3 changed files with 5 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ static void SupervisorThread(Context_t * context)
playback_printf(10, ">\n");
while (context && context->playback && context->playback->isPlaying
&& !context->playback->abortRequested)
&& !(context->playback->abortRequested | context->playback->abortPlayback))
usleep(100000);
playback_printf(10, "<\n");
@@ -1013,6 +1013,7 @@ PlaybackHandler_t PlaybackHandler = {
0,
1,
0,
0,
&Command,
"",
0,