fix: A/B test 17: channel playlists lockupViewModel
This commit is contained in:
parent
40811a89e5
commit
70e13fa6fc
13 changed files with 8770 additions and 49 deletions
|
|
@ -157,6 +157,12 @@ pub(crate) struct WatchEndpointConfig {
|
|||
pub music_video_type: MusicVideoType,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub(crate) struct OnTap {
|
||||
pub innertube_command: NavigationEndpoint,
|
||||
}
|
||||
|
||||
#[derive(Default, Debug, Clone, Copy, Deserialize, PartialEq, Eq)]
|
||||
pub(crate) enum MusicVideoType {
|
||||
#[default]
|
||||
|
|
|
|||
Reference in a new issue