mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-30 10:51:42 +00:00
Fixed: Disabled error reporting
This commit is contained in:
parent
6ffeba37cb
commit
71e83ba8a8
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ public static void Register(IStartupContext startupContext, bool updateApp, bool
|
||||||
}
|
}
|
||||||
|
|
||||||
//Disabling for now - until its fixed or we yank it out
|
//Disabling for now - until its fixed or we yank it out
|
||||||
RegisterExceptron();
|
//RegisterExceptron();
|
||||||
|
|
||||||
if (updateApp)
|
if (updateApp)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue