mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove TODO
This commit is contained in:
parent
f2c406ec16
commit
249d9d6cf5
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue