[TB] fix: CLR type names in UnpackClient
Co-authored-by: Cucumberrbob <128094686+Cucumberrbob@users.noreply.github.com>
This commit is contained in:
parent
6b211c6e7c
commit
7019c79814
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ public class UnpackClient(Download download, String destinationPath)
|
|||
}
|
||||
|
||||
|
||||
private void MoveHashDirectoryUpTB(string extractPath)
|
||||
private void MoveHashDirectoryUpTB(String extractPath)
|
||||
{
|
||||
var hashDir = Path.Combine(extractPath, _torrent.Hash);
|
||||
if (Directory.Exists(hashDir))
|
||||
|
|
|
|||
Loading…
Reference in a new issue