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

update chromecast

This commit is contained in:
Luke Pulverenti 2014-08-17 23:00:37 -04:00
parent beebc89fb0
commit 425a4f3171
5 changed files with 46 additions and 164 deletions

View file

@ -46,9 +46,7 @@
var playerTime = Math.floor(10000000 * (mediaElement || self.currentMediaElement).currentTime);
//if (!self.isCopyingTimestamps) {
playerTime += self.startTimeTicksOffset;
//}
return playerTime;
};