Merge branch 'cc-2211-changes-to-playlist-not-shown' into devel

This commit is contained in:
martin 2011-04-29 15:31:18 -04:00
commit 50c649dc59
8 changed files with 76 additions and 1 deletions

View file

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