Temp commit.

It's not done, need to work more later.
This commit is contained in:
James Moon 2011-04-25 10:11:12 -07:00
parent 7a40161e7e
commit bf34170f29
4 changed files with 16 additions and 1 deletions

View file

@ -371,7 +371,7 @@ class Playlist {
->computeLength();
if(is_null($res))
return '00:00:00.000000';
return '00:00:00';
return $res;
}