refactor!: make artist description optional

This commit is contained in:
ThetaDev 2022-12-16 23:02:50 +01:00
parent 81e913fa85
commit 690388788a
16 changed files with 25 additions and 24 deletions

View file

@ -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