mirror of
https://github.com/jellyfin/jellyfin-chromecast.git
synced 2025-02-20 06:31:51 +00:00
add logging
This commit is contained in:
parent
52aff3da02
commit
faa7f889ce
@ -26,8 +26,6 @@
|
||||
return;
|
||||
}
|
||||
|
||||
console.log(e.target.currentTime);
|
||||
|
||||
var now = new Date();
|
||||
|
||||
var elapsed = now - broadcastToServer;
|
||||
|
@ -24,6 +24,8 @@ function getCurrentPositionTicks($scope) {
|
||||
positionTicks += ($scope.startPositionTicks || 0);
|
||||
}
|
||||
|
||||
console.log($scope.startPositionTicks || 0);
|
||||
|
||||
return positionTicks;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user