catch ApplicationException in directory watchers
This commit is contained in:
parent
448294b6bb
commit
4fd4b23a47
|
@ -307,6 +307,11 @@ namespace MediaBrowser.Server.Implementations.IO
|
|||
Logger.Warn("Network still unavailable...");
|
||||
retries++;
|
||||
}
|
||||
catch (ApplicationException)
|
||||
{
|
||||
Logger.Warn("Network still unavailable...");
|
||||
retries++;
|
||||
}
|
||||
}
|
||||
if (!success)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user