refactor: update recommended video response model

This commit is contained in:
Theta-Dev 2022-10-17 12:50:07 +02:00
parent 999ebf7c36
commit 71c77fcfb6
19 changed files with 1100 additions and 863 deletions

View file

@ -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.