CC-3674: Cannot add songs to 'Now Playing' nor Playlists

-fixed
This commit is contained in:
denise 2012-04-18 16:49:32 -04:00
parent 7de74f2540
commit 8588857def
2 changed files with 2 additions and 2 deletions

View file

@ -159,6 +159,8 @@ class Application_Model_Preference
}
$fade = number_format($fade, 6);
//fades need 2 leading zeros for DateTime conversion
$fade = str_pad($fade, 9, "0", STR_PAD_LEFT);
return $fade;
}