appdata added

This commit is contained in:
2024-03-07 20:46:30 +01:00
Unverified
parent b303185727
commit a383b13b82
10 changed files with 181 additions and 3 deletions

View File

@@ -18,5 +18,8 @@ namespace VDownload.Services.Data.Configuration.Models
[ConfigurationKeyName("settings_file")]
public string SettingsFile { get; set; }
[ConfigurationKeyName("data_file")]
public string DataFile { get; set; }
}
}