Got most of it working!

This commit is contained in:
tidusjar 2021-03-06 23:13:44 +00:00
commit 3aa07aa7a6
32 changed files with 577 additions and 75 deletions

View file

@ -4,7 +4,6 @@
{
public string BaseUrl { get; set; }
public bool CollectAnalyticData { get; set; }
public bool Set { get; set; }
public bool Wizard { get; set; }
public string ApiKey { get; set; }
public bool IgnoreCertificateErrors { get; set; }
@ -14,5 +13,9 @@
public string DefaultLanguageCode { get; set; } = "en";
public bool AutoDeleteAvailableRequests { get; set; }
public int AutoDeleteAfterDays { get; set; }
//INTERNAL
public bool HasMigratedOldTvDbData { get; set; }
public bool Set { get; set; }
}
}