Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
This commit is contained in:
commit
4f658db3f1
|
@ -259,6 +259,11 @@ namespace MediaBrowser.Server.Implementations.IO
|
||||||
// File may have been deleted
|
// File may have been deleted
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
catch (UnauthorizedAccessException)
|
||||||
|
{
|
||||||
|
Logger.Debug("No write permission for: {0}.", path);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
catch (IOException)
|
catch (IOException)
|
||||||
{
|
{
|
||||||
//the file is unavailable because it is:
|
//the file is unavailable because it is:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user