This commit is contained in:
Luke Pulverenti 2016-08-13 15:53:36 -04:00
commit 4f658db3f1
1 changed files with 5 additions and 0 deletions

View File

@ -259,6 +259,11 @@ namespace MediaBrowser.Server.Implementations.IO
// File may have been deleted
return false;
}
catch (UnauthorizedAccessException)
{
Logger.Debug("No write permission for: {0}.", path);
return false;
}
catch (IOException)
{
//the file is unavailable because it is: