feat: add functions to fetch a user's history and subscriptions
This commit is contained in:
parent
ab19034ab1
commit
14e399594f
42 changed files with 176967 additions and 70 deletions
|
|
@ -319,7 +319,9 @@ fn map_text_component(
|
|||
browse_id: watch_playlist_endpoint.playlist_id,
|
||||
verification,
|
||||
},
|
||||
None => TextComponent::Text { text, style },
|
||||
None | Some(NavigationEndpoint::CreatePlaylist { .. }) => {
|
||||
TextComponent::Text { text, style }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue