mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fixed typo
This commit is contained in:
parent
14a4b8018f
commit
e21c8d2194
2 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue