From 2f5bc1cb9f31d431d017d173728fd1e782c97c8e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 7 Nov 2018 01:41:57 -0500 Subject: ignore the currently playing song --- src/lastfm/api_types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lastfm/api_types.rs') diff --git a/src/lastfm/api_types.rs b/src/lastfm/api_types.rs index 30d7114..a7c3712 100644 --- a/src/lastfm/api_types.rs +++ b/src/lastfm/api_types.rs @@ -23,7 +23,7 @@ pub struct track { pub artist: track_artist, pub name: String, pub album: track_album, - pub date: track_date, + pub date: Option, } #[derive(Deserialize)] -- cgit v1.2.3-54-g00ecf