[TB] fix: getting provider in UnpackClient
Co-Authored-By: Cucumberrbob <128094686+Cucumberrbob@users.noreply.github.com>
This commit is contained in:
parent
9525498671
commit
6b211c6e7c
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ public class UnpackClient(Download download, String destinationPath)
|
|||
{
|
||||
Extract(filePath, extractPathTemp, cancellationToken);
|
||||
|
||||
if (Settings.Get.Provider.Provider == Data.Enums.Provider.TorBox)
|
||||
if (_torrent.ClientKind == Data.Enums.Provider.TorBox)
|
||||
{
|
||||
MoveHashDirectoryUpTB(extractPathTemp);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue