Details
-
Bug
-
Resolution: Fixed
-
Minor
-
2.4.1
-
None
Description
<p>Most skins currently use the <a href="https://github.com/MediaPortal/MediaPortal-2/blob/af8ddf459565d9534004284ce50d84a1bf2282a6/MediaPortal/Source/UI/SkinEngine/SpecialElements/Controls/PlayerControl.cs#L1682">PlayerControl.TogglePause method</a> to implement a play/pause toggle button in the player OSD, however this method only checks whether the player is either paused or playing, and if neither, e.g. seeking, it restarts playback from the beginning. The expected behaviour for the OSD button is to resume playback at the normal rate when pressed whilst seeking.</p>