fix: parsing videos using LockupViewModel (Music video recommendations)
This commit is contained in:
parent
e1e1687605
commit
870ff79ee0
7 changed files with 308 additions and 158 deletions
|
|
@ -252,6 +252,7 @@ impl MapResponse<VideoDetails> for response::VideoDetails {
|
|||
text,
|
||||
page_type,
|
||||
browse_id,
|
||||
..
|
||||
} => match page_type {
|
||||
response::url_endpoint::PageType::Channel => (browse_id, text),
|
||||
_ => {
|
||||
|
|
|
|||
Reference in a new issue