mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 10:25:02 +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.