fix: A/B test 18: music playlist facepile avatar model
This commit is contained in:
parent
7a234cbb74
commit
49bdb84125
10 changed files with 9765 additions and 31 deletions
|
|
@ -163,6 +163,12 @@ pub(crate) struct OnTap {
|
|||
pub innertube_command: NavigationEndpoint,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub(crate) struct OnTapWrap {
|
||||
pub on_tap: OnTap,
|
||||
}
|
||||
|
||||
#[derive(Default, Debug, Clone, Copy, Deserialize, PartialEq, Eq)]
|
||||
pub(crate) enum MusicVideoType {
|
||||
#[default]
|
||||
|
|
|
|||
Reference in a new issue