mirror of
https://github.com/Stone-Red-Code/HyperbolicDownloader.git
synced 2026-09-04 00:56:09 +02:00
Fix .hyper files not adding hosts to host list
This commit is contained in:
@@ -5,7 +5,7 @@ namespace HyperbolicDownloader.FileProcessing;
|
||||
internal class PublicHyperFileInfo
|
||||
{
|
||||
public string Hash { get; set; } = string.Empty;
|
||||
public List<NetworkSocket> Hosts { get; } = new();
|
||||
public List<NetworkSocket> Hosts { get; set; } = new();
|
||||
|
||||
public PublicHyperFileInfo()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user