* stringifying id field in response to client downloads
This commit is contained in:
parent
f79d3bdd70
commit
a61ff76dae
|
|
@ -193,7 +193,7 @@ module JamRuby
|
|||
downloads.push(
|
||||
{
|
||||
:type => "mix",
|
||||
:id => mix.id,
|
||||
:id => mix.id.to_s,
|
||||
:recording_id => mix.recording_id,
|
||||
:length => mix.length,
|
||||
:md5 => mix.md5,
|
||||
|
|
|
|||
Loading…
Reference in New Issue