mirror of
https://github.com/yattee/yattee.git
synced 2026-08-10 09:11:29 +00:00
These views rendered video thumbnails without passing watchProgress, so the progress bar was silently missing. Apply the existing pattern from SubscriptionsView: maintain a watchEntriesMap and forward watchProgress(for:) to VideoRowView/VideoCardView at each call site.