Please I need help.
How can I disable seekto in mediaSession? I don't know if I'm getting the name correctly but I'll attach a screenshot with an arrow pointing to it so you can understand better.

navigator.mediaSession.setActionHandler("seekto", null);
The code above doesn't hide seekto. I expect it to hide it just like in the screenshot below. This is the final result I'm seeking for.

Your help will be highly appreciated.
While this won't remove it you can remove null and set it to an empty callback function which should render the seekto functionality as useless.