refactor: update recommended video response model
This commit is contained in:
parent
999ebf7c36
commit
71c77fcfb6
19 changed files with 1100 additions and 863 deletions
|
|
@ -531,7 +531,7 @@ pub struct VideoDetails {
|
|||
/// Recommended videos
|
||||
///
|
||||
/// Note: Recommendations are not available for age-restricted videos
|
||||
pub recommended: Paginator<RecommendedVideo>,
|
||||
pub recommended: Paginator<VideoItem>,
|
||||
/// Paginator to fetch comments (most liked first)
|
||||
///
|
||||
/// Is initially empty.
|
||||
|
|
|
|||
Reference in a new issue