CC-3674: Cannot add songs to 'Now Playing' nor Playlists
-fixed
This commit is contained in:
parent
7de74f2540
commit
8588857def
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue