API: Add support for author thumbnails in search api for videos (#5072)

This commit is contained in:
syeopite
2025-01-22 11:32:21 -08:00
3 changed files with 26 additions and 1 deletions

View File

@@ -194,6 +194,7 @@ module Invidious::Routes::Feeds
length_seconds: 0,
premiere_timestamp: nil,
author_verified: false,
author_thumbnail: nil,
badges: VideoBadges::None,
})
end