mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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
|
@Override
|
||||||
public long getMaxSeekToPreviousPosition() {
|
public long getMaxSeekToPreviousPosition() {
|
||||||
return 0L;
|
return controllerInfo.playerInfo.maxSeekToPreviousPositionMs;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue