This repository has no description

media: add likeCount to videoView; show it on the video listing master

Add a likeCount field to place.stream.media.getVideo#videoView (lexicon + generated Go type). Both videoView builders populate it via GetLikeCount(uri): hydrateVideoView (getVideoList) and GetVideoView (getVideo), so the count rides along with the existing list/detail responses — no extra round-trip. Always present (zero when none), mirroring viewCounts. Surface it on the video index page: each VideoCard now shows "N views · M likes". The generated TS lexicon type (js/streamplace/src/lexicons, gitignored) is regenerated from the committed lexicon by `make js-lexicons`. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>


+80 -6
6 changed files