Remove explicit call to show the OSD.

This commit is contained in:
Viperinius 2022-07-05 17:15:23 +02:00
parent 04072523ca
commit 3aff30055d

View File

@ -1575,8 +1575,6 @@ import { setBackdropTransparency, TRANSPARENCY_LEVEL } from '../../../components
};
nowPlayingPositionSlider.getMarkerInfo = function () {
showOsd();
const markers = [];
const item = currentItem;