1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-22 06:49:23 +00:00
transmission/macosx/TransmissionHelp/html/check.html
Charles Kerr e59fe7daaf
fix: silence some sonarcloud warnings (#1493)
* refactor: add null ptr check in initPeerRow()

* refactor: add a nullptr gurad in icon_cache_get_mime_type_icon

* chore: silence two "break notreached" warnings

* chore: silence sonarcloud html warnings

* chore: silence sonarcloud uninitialized var warning

* chore: silence sonarcloud nullptr warning
2020-10-31 16:23:43 -05:00

37 lines
1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
<title>Troubleshooting Manual Recheck</title>
</head>
<body>
<div id="mainbox">
<div id="banner">
<a name="menus"></a>
<div id="machelp"><a class="bread" href="../index.html">Transmission Help</a>
</div>
<div id="index">
<a class="leftborder" href="../html/index2.html">Index</a></div>
</div>
</div>
<div class="pagetitle">
<h1>How do I manually recheck my files?</h1>
</div>
<p>If Transmission crashes, you may want to manually recheck your files to both verify that the download has not been corrupted, and to ensure that the download continues where it left off, and does not start over.
<p>To do this:
<div summary="To do this" class="taskbox">
<ol>
<li>Select the relevant torrent.</li>
<li>Go to the Transfers menu -> Verify Local Data.</li>
</ol>
</div>
</div>
</div>
</body>
</html>