mirror of
https://github.com/Stone-Red-Code/HyperbolicDownloader.git
synced 2026-09-09 15:56:25 +02:00
Fix crash when using the sync command
This commit is contained in:
@@ -211,7 +211,7 @@ public class HostCommands
|
||||
|
||||
if (newHostsCount > 0)
|
||||
{
|
||||
ApiManager.SendNotificationMessage($"Added {newHostsCount} new hosts).");
|
||||
ApiManager.SendNotificationMessage($"Added {newHostsCount} new host(s).");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user