feat: add artist radio
This commit is contained in:
parent
fe76b2ac66
commit
53bdd5f0d2
16 changed files with 56 additions and 5 deletions
|
|
@ -1111,6 +1111,8 @@ pub struct MusicArtist {
|
|||
pub tracks_playlist_id: Option<String>,
|
||||
/// ID of the playlist containging the artist's videos
|
||||
pub videos_playlist_id: Option<String>,
|
||||
/// ID of the artist radio
|
||||
pub radio_id: Option<String>,
|
||||
}
|
||||
|
||||
/// YouTube Music search result
|
||||
|
|
|
|||
Reference in a new issue