Skip to content

Commit ccc016f

Browse files
committed
there are different Playback* requests
1 parent 5148bc9 commit ccc016f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/alexa_ruby/alexa.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def define_request
5555
IntentRequest.new(@req)
5656
when /SessionEnded/
5757
SessionEndedRequest.new(@req)
58-
when /AudioPlayer/, /PlaybackController/
58+
when /AudioPlayer/, /Playback/
5959
AudioPlayerRequest.new(@req)
6060
end
6161
end

lib/alexa_ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AlexaRuby
2-
VERSION = '1.4.3'.freeze
2+
VERSION = '1.4.4'.freeze
33
end

0 commit comments

Comments
 (0)