mirror of
https://github.com/Stone-Red-Code/HyperbolicDownloader.git
synced 2026-09-08 23:41:05 +02:00
Update/Replace NuGet libraries
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
using HyperbolicDownloaderApi.FileProcessing;
|
||||
using CuteUtils;
|
||||
|
||||
using HyperbolicDownloaderApi.FileProcessing;
|
||||
using HyperbolicDownloaderApi.Managment;
|
||||
using HyperbolicDownloaderApi.Networking;
|
||||
using HyperbolicDownloaderApi.Utilities;
|
||||
|
||||
using Stone_Red_Utilities.StringExtentions;
|
||||
|
||||
using System.Diagnostics;
|
||||
using System.Net;
|
||||
using System.Net.Sockets;
|
||||
@@ -141,7 +141,6 @@ public class DownloadCommands(HostsManager hostsManager, FilesManager filesManag
|
||||
ApiManager.SendNotificationMessageNewLine($"File name: {fileName}");
|
||||
ApiManager.SendNotificationMessageNewLine($"Starting download...");
|
||||
|
||||
|
||||
if (!Directory.Exists(directoryPath))
|
||||
{
|
||||
_ = Directory.CreateDirectory(directoryPath);
|
||||
|
||||
Reference in New Issue
Block a user