mirror of
https://github.com/Stone-Red-Code/HyperbolicDownloader.git
synced 2026-09-07 07:46:22 +02:00
Update naming and add auto retry if hash is wrong
This commit is contained in:
@@ -26,7 +26,7 @@ internal class BroadcastClient
|
||||
|
||||
if (ip4Address is null)
|
||||
{
|
||||
ApiManager.SendMessageNewLine("Could not find suitable network adapter!", NotificationMessageType.Error);
|
||||
ApiManager.SendNotificationMessageNewLine("Could not find suitable network adapter!", NotificationMessageType.Error);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ internal class BroadcastClient
|
||||
|
||||
if (addressInformation is null)
|
||||
{
|
||||
ApiManager.SendMessageNewLine("Could not find suitable network adapter!", NotificationMessageType.Error);
|
||||
ApiManager.SendNotificationMessageNewLine("Could not find suitable network adapter!", NotificationMessageType.Error);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user