mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Cleaned up a bunch of warnings
This commit is contained in:
parent
6897d44b38
commit
dda7868215
9 changed files with 16 additions and 8 deletions
|
@ -206,6 +206,7 @@ namespace NzbDrone.Core.Providers
|
|||
catch (UnauthorizedAccessException ex)
|
||||
{
|
||||
Logger.Debug("Unable to apply folder permissions to: ", newFile.FullName);
|
||||
Logger.TraceException(ex.Message, ex);
|
||||
}
|
||||
|
||||
episodeFile.Path = newFile.FullName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue