catch ApplicationException in directory watchers

This commit is contained in:
Luke Pulverenti 2013-06-29 08:42:07 -04:00
parent 448294b6bb
commit 4fd4b23a47

View file

@ -307,6 +307,11 @@ namespace MediaBrowser.Server.Implementations.IO
Logger.Warn("Network still unavailable..."); Logger.Warn("Network still unavailable...");
retries++; retries++;
} }
catch (ApplicationException)
{
Logger.Warn("Network still unavailable...");
retries++;
}
} }
if (!success) if (!success)
{ {