mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-02 03:34:09 +00:00
Exceptron now uses 'en' culture if none is specified.
This commit is contained in:
@@ -184,6 +184,9 @@ namespace Exceptron.Client
|
||||
{
|
||||
report.cul = Thread.CurrentThread.CurrentCulture.Name;
|
||||
|
||||
if (string.IsNullOrEmpty(report.cul))
|
||||
report.cul = "en";
|
||||
|
||||
try
|
||||
{
|
||||
report.os = Environment.OSVersion.VersionString;
|
||||
|
||||
Reference in New Issue
Block a user