make user_name optional
This commit is contained in:
parent
daad9596d0
commit
65a62d6118
|
@ -215,7 +215,7 @@ pub struct UserPlayingNowPayload {
|
|||
/// Type of the [`UserPlayingNowPayload::listens`] field.
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub struct UserPlayingNowListen {
|
||||
pub user_name: String,
|
||||
pub user_name: Option<String>,
|
||||
pub inserted_at: String,
|
||||
pub recording_msid: String,
|
||||
pub track_metadata: UserPlayingNowTrackMetadata,
|
||||
|
|
Loading…
Reference in New Issue