From 00ebc89c5ed4abb7234a2ac40604839fb6399307 Mon Sep 17 00:00:00 2001 From: thlo Date: Thu, 27 Dec 2012 23:10:17 +0100 Subject: Correction of TotalPlaytime string. --- smarttv-client/Javascript/Player.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'smarttv-client/Javascript/Player.js') diff --git a/smarttv-client/Javascript/Player.js b/smarttv-client/Javascript/Player.js index 716f36c..404cfda 100755 --- a/smarttv-client/Javascript/Player.js +++ b/smarttv-client/Javascript/Player.js @@ -304,8 +304,9 @@ Player.OnStreamInfoReady = function() { if ((Player.isLive == false) && (Player.isRecording == false)) { Player.totalTime = Player.plugin.GetDuration(); } - Player.curPlayTimeStr = Display.durationString(Player.totalTime / 1000.0); - +// Player.curPlayTimeStr = Display.durationString(Player.totalTime / 1000.0); + Player.totalTimeStr =Display.durationString(Player.totalTime / 1000.0); + /* var height = Player.plugin.GetVideoHeight(); var width = Player.GetVideoWidth(); Display.showPopup("Resolution= " + height + " x " +width); -- cgit v1.2.3