mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Make MediaControllerImplLegacy.getMaxSeekToPreviousPosition() return the correct value
This commit is contained in:
parent
424d2a52fe
commit
63103978be
1 changed files with 1 additions and 1 deletions
|
|
@ -938,7 +938,7 @@ import org.checkerframework.checker.initialization.qual.UnderInitialization;
|
|||
|
||||
@Override
|
||||
public long getMaxSeekToPreviousPosition() {
|
||||
return 0L;
|
||||
return controllerInfo.playerInfo.maxSeekToPreviousPositionMs;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in a new issue