CC-5009:
Use Silan to silently update track length in the background -done
This commit is contained in:
parent
9a78c3f8e5
commit
479e69de12
4 changed files with 26 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue