mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Updated sqlite to the latests official builds
This commit is contained in:
parent
0ca70bc971
commit
6ade4b4bd7
23 changed files with 34058 additions and 3645 deletions
|
@ -1,5 +1,5 @@
|
|||
using System;
|
||||
using System.Data.SQLite;
|
||||
using System.Data.Common;
|
||||
using System.Reflection;
|
||||
using System.Threading;
|
||||
using System.Web;
|
||||
|
@ -74,7 +74,7 @@ namespace NzbDrone.Web
|
|||
|
||||
Logger.FatalException(lastError.Message + Environment.NewLine + Request.Url.PathAndQuery, lastError);
|
||||
|
||||
if (lastError is SQLiteException)
|
||||
if (lastError is DbException)
|
||||
{
|
||||
Logger.Warn("Restarting application");
|
||||
HttpRuntime.UnloadAppDomain();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue