Skip to content

Commit

Permalink
remove required attribute for ExpectedPreviousToken in AudioItemStream
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasviehweger committed Dec 29, 2016
1 parent 5f8c527 commit 893fdcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Alexa.NET/Response/Directive/AudioItemStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ public class AudioItemStream
[JsonRequired]
[JsonProperty("token")]
public string Token { get; set; }

[JsonRequired]

[JsonProperty("expectedPreviousToken")]
public string ExpectedPreviousToken { get; set; }

Expand Down

0 comments on commit 893fdcd

Please sign in to comment.