mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
fixed /api . responds with profiles.
This commit is contained in:
@@ -131,6 +131,11 @@ namespace NzbDrone.Core.Datastore
|
||||
}
|
||||
catch (SqlCeException e)
|
||||
{
|
||||
if (e.Message.Contains("file sharing violation"))
|
||||
{
|
||||
logger.WarnException("file is in use. skipping.", e);
|
||||
return;
|
||||
}
|
||||
logger.WarnException(
|
||||
"Safe recovery failed. will attempts a more aggressive strategy. might case loss of data.",
|
||||
e);
|
||||
|
Reference in New Issue
Block a user