mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
fixed /api . responds with profiles.
This commit is contained in:
parent
1bd6c4a93c
commit
5fb1f4902f
4 changed files with 12 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue