Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
This commit is contained in:
@@ -610,7 +610,7 @@
|
||||
|
||||
function onPositionSliderChange() {
|
||||
|
||||
var newPercent = parseInt(this.value);
|
||||
var newPercent = parseFloat(this.value);
|
||||
|
||||
var newPositionTicks = (newPercent / 100) * getSeekableDuration();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user