feat: add functions to fetch a user's history and subscriptions

This commit is contained in:
ThetaDev 2024-12-26 01:03:52 +01:00
parent ab19034ab1
commit 14e399594f
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
42 changed files with 176967 additions and 70 deletions

View file

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