* stringifying id field in response to client downloads

This commit is contained in:
Seth Call 2014-01-13 11:23:35 +00:00
parent f79d3bdd70
commit a61ff76dae
1 changed files with 1 additions and 1 deletions

View File

@ -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,