*** empty log message ***

This commit is contained in:
sebastian 2005-06-01 22:04:26 +00:00
parent 3ed5809b10
commit 169cd62d37
13 changed files with 87 additions and 182 deletions

View file

@ -199,6 +199,7 @@ class uiHandler extends uiBase {
#$this->gb->replaceMetadata($id, $this->_analyzeFile($id, 'xml'), 'string', $this->sessid);
$ia = $this->gb->analyzeFile($id, $this->sessid);
#print_r($ia);
$this->_setMdataValue($id, UI_MDATA_KEY_DURATION, $this->gb->_secsToPlTime($ia['playtime_seconds']));
$this->_setMDataValue($id, UI_MDATA_KEY_FORMAT, UI_MDATA_VALUE_FORMAT_FILE);