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:
parent
a0fa46b3fd
commit
2ce9988498
1 changed files with 2 additions and 0 deletions
|
@ -382,6 +382,8 @@ EmbySliderPrototype.attachedCallback = function () {
|
||||||
} else {
|
} else {
|
||||||
startInterval(this);
|
startInterval(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateValues.call(this);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue