Both buttons were added to showWatchlistModal() in api-monitor.js — which has
no callers (dead/legacy code), so neither ever rendered. The live watchlist
is the #watchlist-page in index.html; its action row (.watchlist-page-actions,
next to Global Settings) is the real header. Added both buttons there as
static markup. Download Origins (shipped in 1f7834cc) was in the dead modal
too — this surfaces it for the first time as well.
onclick-coverage integrity test green (both handlers resolve to their
standalone modules).
<buttonclass="btn btn--secondary"id="watchlist-page-origins-btn"onclick="openDownloadOriginsModal('watchlist')"title="See every track your watchlist downloaded">
<buttonclass="btn btn--secondary"id="watchlist-page-blocklist-btn"onclick="openBlocklistModal('artist')"title="Block artists, albums or tracks from ever being downloaded">