mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
fix init jump
Origin commit data
------------------
Branch: master
Commit: c4580fd35c
Author: TangoCash <eric@loxat.de>
Date: 2020-02-16 (Sun, 16 Feb 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -386,7 +386,7 @@ bool cPlayback::SetSpeed(int speed)
|
||||
|
||||
if (init_jump > -1)
|
||||
{
|
||||
SetPosition(init_jump);
|
||||
SetPosition(init_jump, true);
|
||||
init_jump = -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user