Document fix buttons in how-it-works

This commit is contained in:
2026-01-24 19:09:05 +13:00
parent 5fa3aa6665
commit 18bbcbf660

View File

@@ -76,12 +76,38 @@ export default function HowItWorksPage() {
</section>
<section className="how-callout">
<h2>Why Magent sometimes says waiting</h2>
<h2>Why Magent sometimes says "waiting"</h2>
<p>
If the search helper cannot find a match yet, Magent will say there is nothing to grab.
That does not mean it is broken. It usually means the release is not available yet.
</p>
</section>
<section className="how-flow">
<h2>Fix buttons and what they do</h2>
<ul className="how-steps">
<li>
<strong>Search for releases</strong> checks the torrent sources (via Prowlarr) and shows
you a list you can choose from.
</li>
<li>
<strong>Download selected release</strong> sends the pick to Sonarr/Radarr so it can
download and import it correctly.
</li>
<li>
<strong>Search and auto-download</strong> asks Sonarr/Radarr to find the best match and
grab it automatically.
</li>
<li>
<strong>Resume download</strong> tells qBittorrent to continue a paused download when it
is already there.
</li>
<li>
<strong>Add to library queue</strong> re-adds the request into Sonarr/Radarr when it is
missing there.
</li>
</ul>
</section>
</main>
)
}