Two bugs when a show's episode list backfills on view: - The 'Fetching full episode list…' banner never hid: .vd-ep-syncing (and .vd-next-ep) set display:flex, which overrode the [hidden] attribute's display:none, so el.hidden=true did nothing. Added a guard so [hidden] always wins on the detail/search/person pages. - Play & Trailer buttons vanished after the sync: reloadDetail replaced data with a fresh show_detail payload (no server/trailer — those come from extras), so renderActions re-rendered without them. reloadDetail now carries over the live extras fields (server/trailer/next_episode). |
||
|---|---|---|
| .. | ||
| video-dashboard.js | ||
| video-detail.js | ||
| video-enrichment-manager.js | ||
| video-enrichment.js | ||
| video-library.js | ||
| video-person.js | ||
| video-scan.js | ||
| video-search.js | ||
| video-settings.js | ||
| video-side.css | ||
| video-side.js | ||
| video-worker-orbs.js | ||