about page fix

This commit is contained in:
2026-02-18 01:01:53 +01:00
Unverified
parent 394132b253
commit 63f2746206
4 changed files with 3 additions and 16 deletions

View File

@@ -12,9 +12,6 @@ namespace VDownload.Services.Data.Configuration.Models
[ConfigurationKeyName("repository_url")]
public string RepositoryUrl { get; set; }
[ConfigurationKeyName("donation_url")]
public string DonationUrl { get; set; }
[ConfigurationKeyName("developers")]
public IEnumerable<Person> Developers { get; set; }