mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 04:52:21 -07:00
Fix: DatabaseCorruptException should slow startup loop
This commit is contained in:
parent
5f75c6046b
commit
532e14040b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue