fix: add support for shorts playlists (A/B test 9)

This commit is contained in:
ThetaDev 2023-07-03 16:50:37 +02:00
parent 1bab2ef301
commit 031b730c47
5 changed files with 42 additions and 12 deletions

View file

@ -29,6 +29,7 @@ pub(crate) struct ItemSection {
#[derive(Debug, Deserialize)]
#[serde(rename_all = "camelCase")]
pub(crate) struct PlaylistVideoListRenderer {
#[serde(alias = "richGridRenderer")]
pub playlist_video_list_renderer: YouTubeListRenderer,
}