Use text not mbid for artist name
This commit is contained in:
parent
a8d09b008d
commit
34fb69ab3e
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ impl Artist {
|
|||
if self.name.is_some() {
|
||||
self.name.clone().unwrap()
|
||||
} else {
|
||||
self.mbid.clone()
|
||||
self.text.clone().unwrap()
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue