mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
fixup!
This commit is contained in:
@@ -154,13 +154,13 @@ namespace NzbDrone.Core.Datastore
|
||||
continue;
|
||||
}
|
||||
|
||||
throw new RadarrStartupException(ex, "Error creating main database");
|
||||
throw new ReadarrStartupException(ex, "Error creating main database");
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new RadarrStartupException(e, "Error creating main database");
|
||||
throw new ReadarrStartupException(e, "Error creating main database");
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
Reference in New Issue
Block a user