Skip to content

Commit

Permalink
there are different Playback* requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mulev committed Aug 25, 2017
1 parent 5148bc9 commit ccc016f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/alexa_ruby/alexa.rb
Expand Up @@ -55,7 +55,7 @@ def define_request
IntentRequest.new(@req)
when /SessionEnded/
SessionEndedRequest.new(@req)
when /AudioPlayer/, /PlaybackController/
when /AudioPlayer/, /Playback/
AudioPlayerRequest.new(@req)
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/alexa_ruby/version.rb
@@ -1,3 +1,3 @@
module AlexaRuby
VERSION = '1.4.3'.freeze
VERSION = '1.4.4'.freeze
end

0 comments on commit ccc016f

Please sign in to comment.