mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
New: Lidarr to Readarr
This commit is contained in:
@@ -3,7 +3,7 @@ using NzbDrone.Common.Exceptions;
|
||||
|
||||
namespace NzbDrone.Core.Datastore
|
||||
{
|
||||
public class CorruptDatabaseException : LidarrStartupException
|
||||
public class CorruptDatabaseException : ReadarrStartupException
|
||||
{
|
||||
public CorruptDatabaseException(string message, params object[] args)
|
||||
: base(message, args)
|
||||
|
||||
Reference in New Issue
Block a user