Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasviehweger committed Dec 29, 2016
1 parent 579dd60 commit 5f8c527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Alexa.NET/Response/Directive/AudioPlayerPlayDirective.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Alexa.NET.Response.Directive
{
public class AudioPlayerDirective : IDirective
public class AudioPlayerPlayDirective : IDirective
{
[JsonProperty("playBehavior")]
[JsonRequired]
Expand All @@ -12,7 +12,7 @@ public class AudioPlayerDirective : IDirective

[JsonProperty("audioItem")]
[JsonRequired]
public AudioItem AudioPlayerAudioItem { get; set; }
public AudioItem AudioItem { get; set; }

[JsonProperty("type")]
public string Type => "AudioPlayer.Play";
Expand Down

0 comments on commit 5f8c527

Please sign in to comment.