fix: information panels (ÖRR, Covid, ...)

This commit is contained in:
ThetaDev 2022-09-20 21:47:22 +02:00
parent 584d6aa3f5
commit 3596861b77
2 changed files with 5 additions and 2 deletions

View file

@ -133,6 +133,7 @@ impl MapResponse<VideoDetails> for response::VideoDetails {
response::video_details::ItemSection::CommentItemSection { mut contents } => {
comment_ctoken_section = contents.try_swap_remove(0);
}
response::video_details::ItemSection::None => {},
}
}
response::video_details::VideoResultsItem::None => {}