Closed mmyelyn closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.61%. Comparing base (
1829961
) to head (29d2c47
). Report is 2 commits behind head on release/2.9.x.develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Checklist
Issue Resolved / Feature Added
There is an issue where the media slider appears when you press the play/pause button on the remote control. But only mini feedback content should appear.
Resolution
I set the initial value for playbackRate.
Previously, the playbackRate value was always set via the setPlaybackRate function when the play and pause functions were called. Now, playbackRate is set only when in seeking mode when the play/pause functions were called. Therefore, the initial value of playbackRate is missing and set to undefined. Because of this, the visibility conditions of the media slider have changed.
Additional Considerations
Links
WRR-4591
Comments
Enact-DCO-1.0-Signed-off-by: Hyelyn Kim (myelyn.kim@lge.com)