fix(channel): new rich grid renderer continuation format
This commit is contained in:
parent
9f7f337efd
commit
39b32da5a4
4 changed files with 41 additions and 14 deletions
|
|
@ -102,7 +102,10 @@ impl MapResponse<VideoDetails> for response::VideoDetails {
|
|||
.two_column_watch_next_results
|
||||
.results
|
||||
.results
|
||||
.contents;
|
||||
.contents
|
||||
.ok_or(ExtractionError::ContentUnavailable(Cow::Borrowed(
|
||||
"Video not found",
|
||||
)))?;
|
||||
warnings.append(&mut primary_results.warnings);
|
||||
|
||||
let mut primary_info = None;
|
||||
|
|
|
|||
Reference in a new issue