Skip to content

Commit

Permalink
Add timestamp field to ScrobbleResponse struct (Issue #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Futcher committed Mar 10, 2017
1 parent 2cdee44 commit 0faada4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ pub struct ScrobbleResponse {
pub album: CorrectableString,
#[serde(rename="albumArtist")]
pub album_artist: CorrectableString,
pub track: CorrectableString
pub track: CorrectableString,
pub timestamp: String
}

#[derive(Deserialize, Debug)]
Expand Down

0 comments on commit 0faada4

Please sign in to comment.