[TB] fix: CLR type names in UnpackClient

Co-authored-by: Cucumberrbob <128094686+Cucumberrbob@users.noreply.github.com>
This commit is contained in:
Sam Heinz 2025-03-15 22:20:50 +10:00 committed by GitHub
parent 6b211c6e7c
commit 7019c79814
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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))