refactor!: make artist description optional
This commit is contained in:
parent
81e913fa85
commit
690388788a
16 changed files with 25 additions and 24 deletions
|
|
@ -1099,7 +1099,7 @@ pub struct MusicArtist {
|
|||
/// Artist header image
|
||||
pub header_image: Vec<Thumbnail>,
|
||||
/// Artist description
|
||||
pub description: String,
|
||||
pub description: Option<String>,
|
||||
/// URL of the artist's wikipedia page
|
||||
pub wikipedia_url: Option<String>,
|
||||
/// Artist subscriber count
|
||||
|
|
|
|||
Reference in a new issue