mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
Fix: DatabaseCorruptException should slow startup loop
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using System;
|
||||
using System;
|
||||
using NzbDrone.Common.Exceptions;
|
||||
|
||||
namespace NzbDrone.Core.Datastore
|
||||
{
|
||||
public class CorruptDatabaseException : NzbDroneException
|
||||
public class CorruptDatabaseException : LidarrStartupException
|
||||
{
|
||||
public CorruptDatabaseException(string message, params object[] args) : base(message, args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user