worker prints start success but no attachment yet
This commit is contained in:
@@ -12,9 +12,6 @@ namespace UnifiedFarmLauncher.Models
|
||||
|
||||
public class FlamencoConfig
|
||||
{
|
||||
[JsonPropertyName("workerPath")]
|
||||
public string WorkerPath { get; set; } = string.Empty;
|
||||
|
||||
[JsonPropertyName("networkDrives")]
|
||||
public List<string> NetworkDrives { get; set; } = new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user