mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
This commit is contained in:
commit
18da0bbdcf
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@
|
||||||
|
|
||||||
function onPositionSliderChange() {
|
function onPositionSliderChange() {
|
||||||
|
|
||||||
var newPercent = parseInt(this.value);
|
var newPercent = parseFloat(this.value);
|
||||||
|
|
||||||
var newPositionTicks = (newPercent / 100) * getSeekableDuration();
|
var newPositionTicks = (newPercent / 100) * getSeekableDuration();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue