cippy
This commit is contained in:
parent
5d949d4c0f
commit
35aa3e3101
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ impl MetadataMap {
|
|||
//user_rating: Some(if song.starred().is_none() { 0.0 } else { 1.0 }),
|
||||
..Default::default()
|
||||
})
|
||||
.unwrap_or_else(Default::default)
|
||||
.unwrap_or_default()
|
||||
}
|
||||
|
||||
fn as_hash_map(&self) -> HashMap<&'static str, Value> {
|
||||
|
|
Loading…
Reference in a new issue