libeplayer3-arm: fix fast forward (thx DboxOldie)

This commit is contained in:
Frankenstone
2018-01-19 15:09:41 +01:00
committed by Thilo Graf
parent bfb3de420f
commit ee18fd5c8a

View File

@@ -425,6 +425,7 @@ static int PlaybackFastForward(Context_t *context, int *speed)
context->playback->Speed = *speed;
playback_printf(20, "Speed: %d x {%d}\n", *speed, context->playback->Speed);
context->output->Command(context, OUTPUT_FASTFORWARD, NULL);
context->output->Command(context, OUTPUT_CONTINUE, NULL);
}
else
{