Save the language code against the request so we can use it later e.g. Sending to the DVR apps

This commit is contained in:
tidusjar 2019-01-04 20:57:05 +00:00
commit 9cc9bf7e78
9 changed files with 1248 additions and 6 deletions

View file

@ -10,6 +10,6 @@
public bool IgnoreCertificateErrors { get; set; }
public bool DoNotSendNotificationsForAutoApprove { get; set; }
public bool HideRequestsUsers { get; set; }
public string DefaultLanguageCode { get; set; } = "en";
}
}