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

re-enable chromecast, not functional yet

This commit is contained in:
Luke Pulverenti 2014-06-18 01:15:51 -04:00
parent 5412ab129e
commit dd1f6487b0
2 changed files with 57 additions and 237 deletions

View file

@ -365,7 +365,7 @@
var time = self.currentDurationTicks * (Number(pct) * .01);
var tooltext = Dashboard.getDisplayTime(time)
var tooltext = Dashboard.getDisplayTime(time);
tooltip.text(tooltext);