fix: handle itemSectionRenderer in recommended videos
This commit is contained in:
parent
c65af48a4b
commit
eb9d3680cc
9 changed files with 18121 additions and 69 deletions
|
|
@ -1018,6 +1018,9 @@ impl RustyPipeQuery {
|
|||
let status = response.status();
|
||||
let resp_str = response.text().await?;
|
||||
|
||||
// Uncomment to debug response text
|
||||
// println!("{}", &resp_str);
|
||||
|
||||
let create_report = |level: Level, error: Option<String>, msgs: Vec<String>| {
|
||||
if report {
|
||||
if let Some(reporter) = &self.client.inner.reporter {
|
||||
|
|
|
|||
Reference in a new issue