saving directory feature added

This commit is contained in:
2024-03-07 22:08:11 +01:00
Unverified
parent 2e4a41e167
commit d80b71f751
5 changed files with 42 additions and 7 deletions

View File

@@ -10,6 +10,6 @@ namespace VDownload.Services.Data.Application
public class ApplicationData
{
[JsonProperty("common")]
public CommonApplicationData Common { get; set; }
public CommonApplicationData Common { get; set; } = new CommonApplicationData();
}
}