1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove TODO

This commit is contained in:
Sparky 2019-02-02 14:06:58 -05:00
parent f2c406ec16
commit 249d9d6cf5

View file

@ -856,7 +856,6 @@ define(["playbackManager", "dom", "inputmanager", "datetime", "itemHelper", "med
nowPlayingVolumeSliderContainer.classList.add("hide");
}
// TODO: Find out why this is causing the slider to not update properly
if (!nowPlayingVolumeSlider.dragging) {
nowPlayingVolumeSlider.value = volumeLevel || 0;
}