Backport pull request #4628 from jellyfin/release-10.8.z

Fix initial state of volume slider

Original-merge: 62246fe0a93cd32db0dce051791e114df37d8a9a

Merged-by: Bill Thornton <thornbill@users.noreply.github.com>

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
Dmitry Lyzo 2023-07-02 02:01:42 -04:00 committed by Bill Thornton
parent a0fa46b3fd
commit 2ce9988498

View file

@ -382,6 +382,8 @@ EmbySliderPrototype.attachedCallback = function () {
} else {
startInterval(this);
}
updateValues.call(this);
};
/**