Use Silan to silently update track length in the background

-done
This commit is contained in:
Martin Konecny 2013-04-18 15:40:33 -04:00
parent 9a78c3f8e5
commit 479e69de12
4 changed files with 26 additions and 4 deletions

View file

@ -20,6 +20,8 @@ class CcFiles extends BaseCcFiles {
public function setDbLength($v)
{
//we are using DateTime instead of DateInterval because the latter doesn't
//support subseconds :(
if ($v instanceof DateTime) {
$dt = $v;
}