Skip to content

Commit

Permalink
Add timestamp field to ScrobblerResponse (Fixes #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Futcher committed Sep 17, 2017
1 parent 5131cc6 commit 5a1211d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ pub mod responses {
#[serde(rename="albumArtist")]
pub album_artist: CorrectableString,
pub track: CorrectableString,
pub timestamp: String,
}

#[derive(Deserialize, Debug)]
Expand Down

0 comments on commit 5a1211d

Please sign in to comment.