diff --git a/livesupport/modules/storageServer/var/html/gbHttp.php b/livesupport/modules/storageServer/var/html/gbHttp.php
index 563c47a80..94b08336c 100644
--- a/livesupport/modules/storageServer/var/html/gbHttp.php
+++ b/livesupport/modules/storageServer/var/html/gbHttp.php
@@ -23,7 +23,7 @@
  
  
     Author   : $Author: tomas $
-    Version  : $Revision: 1.14 $
+    Version  : $Revision: 1.15 $
     Location : $ $
 
 ------------------------------------------------------------------------------*/
@@ -33,7 +33,7 @@ require_once"gbHtml_h.php";
  *  storageServer WWW-form interface
  *
  *  @author  $Author: tomas $
- *  @version $Revision: 1.14 $
+ *  @version $Revision: 1.15 $
  *  @see Alib
  *  @see GreenBox
  */
@@ -239,6 +239,7 @@ switch($_REQUEST['act']){
         echo"mime: {$ia['mime_type']}\n";
         echo"channels: {$ia['audio']['channels']}\n";
         echo"sample_rate: {$ia['audio']['sample_rate']}\n";
+        echo"playtime_seconds: {$ia['playtime_seconds']}\n";
         echo"bits_per_sample: {$ia['audio']['bits_per_sample']}\n";
         echo"channelmode: {$ia['audio']['channelmode']}\n";
         echo"title: {$ia['id3v1']['title']}\n";