1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fixed typo

This commit is contained in:
Tim Hobbs 2014-03-31 14:43:49 -07:00
parent 14a4b8018f
commit e21c8d2194
2 changed files with 8 additions and 8 deletions

View file

@ -222,13 +222,13 @@
var pct = $(this).val();
var time = self.curentDurationTicks * (Number(pct) * .01);
var time = self.currentDurationTicks * (Number(pct) * .01);
var tooltext = Dashboard.getDisplayTime(time)
tooltip.text(tooltext);
console.log("slidin", pct, self.curentDurationTicks, time);
console.log("slidin", pct, self.currentDurationTicks, time);
}).on("slidestart", function (e) {
trackChange = true;