Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/eca016fe61ea96ca526f990e8560c07e6c5d1f46 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Prevent moving to recycling bin causing a failed import

pull/3268/head
Mark McDowall 6 years ago
parent 81723f7fa9
commit eca016fe61

@ -193,6 +193,9 @@ namespace NzbDrone.Core.MediaFiles
catch (IOException)
{
}
catch (UnauthorizedAccessException)
{
}
}
public void Execute(CleanUpRecycleBinCommand message)

Loading…
Cancel
Save