This commit is contained in:
parent
46794578b3
commit
bec21239a5
3 changed files with 31 additions and 23 deletions
|
@ -221,9 +221,9 @@ impl From<&Value> for ServiceItem {
|
|||
let song = lisp_to_song(list.clone());
|
||||
Self::from(&song)
|
||||
}
|
||||
_ => todo!(),
|
||||
_ => ServiceItem::default(),
|
||||
},
|
||||
_ => todo!(),
|
||||
_ => ServiceItem::default(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue