mirror of
https://github.com/Readarr/Readarr
synced 2026-05-08 12:42:51 +02:00
fixup!
This commit is contained in:
parent
2d5efc268f
commit
7a4fba851f
1 changed files with 2 additions and 2 deletions
|
|
@ -154,13 +154,13 @@ private void CreateMain(string connectionString, MigrationContext migrationConte
|
|||
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue