make more fields optional
This commit is contained in:
parent
65a62d6118
commit
b0cd2d6b8a
|
@ -216,8 +216,8 @@ pub struct UserPlayingNowPayload {
|
|||
#[derive(Debug, Deserialize)]
|
||||
pub struct UserPlayingNowListen {
|
||||
pub user_name: Option<String>,
|
||||
pub inserted_at: String,
|
||||
pub recording_msid: String,
|
||||
pub inserted_at: Option<String>,
|
||||
pub recording_msid: Option<String>,
|
||||
pub track_metadata: UserPlayingNowTrackMetadata,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue