fix: video with no view count
This commit is contained in:
parent
f526470b6a
commit
0cbeb0524d
2 changed files with 9 additions and 3 deletions
|
|
@ -77,7 +77,7 @@ pub(crate) enum VideoResultsItem {
|
|||
VideoPrimaryInfoRenderer {
|
||||
#[serde_as(as = "Text")]
|
||||
title: String,
|
||||
view_count: ViewCount,
|
||||
view_count: Option<ViewCount>,
|
||||
/// Like/Dislike button
|
||||
video_actions: VideoActions,
|
||||
/// Absolute textual date (e.g. `Dec 29, 2019`)
|
||||
|
|
|
|||
Reference in a new issue