fix: add support for A/B-13 (2-column layout for music playlists/albums)
This commit is contained in:
parent
bd04a87ad5
commit
76c27f0324
14 changed files with 63535 additions and 89 deletions
|
|
@ -195,6 +195,13 @@ fn map_text_component(text: String, nav: Option<NavigationEndpoint>) -> TextComp
|
|||
text,
|
||||
url: url_endpoint.url,
|
||||
},
|
||||
Some(NavigationEndpoint::WatchPlaylist {
|
||||
watch_playlist_endpoint,
|
||||
}) => TextComponent::Browse {
|
||||
text,
|
||||
page_type: PageType::Playlist,
|
||||
browse_id: watch_playlist_endpoint.playlist_id,
|
||||
},
|
||||
None => TextComponent::Text { text },
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue