mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 20:07:21 +01:00
more refactoring, rework FileCacheManager
This commit is contained in:
parent
2dcd02d170
commit
6ee159f716
11 changed files with 172 additions and 95 deletions
|
|
@ -30,7 +30,7 @@ namespace MareSynchronos.Models
|
|||
public bool IsReady => FileReplacements.All(f => f.Computed);
|
||||
|
||||
[JsonProperty]
|
||||
public uint JobId { get; set; } = 0;
|
||||
public int JobId { get; set; } = 0;
|
||||
|
||||
public string ManipulationString { get; set; } = string.Empty;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue