From 1673d887607520ebbfc12d7b9185f6ff3b977ceb Mon Sep 17 00:00:00 2001 From: Seth Call Date: Mon, 13 Oct 2014 09:49:52 -0500 Subject: [PATCH] * fix broken mixer behavior --- ruby/lib/jam_ruby/resque/audiomixer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/lib/jam_ruby/resque/audiomixer.rb b/ruby/lib/jam_ruby/resque/audiomixer.rb index d2a3226f2..37fb2496e 100644 --- a/ruby/lib/jam_ruby/resque/audiomixer.rb +++ b/ruby/lib/jam_ruby/resque/audiomixer.rb @@ -156,7 +156,7 @@ module JamRuby @error_reason = @error_out[:reason] @error_reason = "unspecified-reason" unless @error_reason - @error_detail = @error_detail[:detail] + @error_detail = @error_out[:detail] end def postback