mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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...");
|
Logger.Warn("Network still unavailable...");
|
||||||
retries++;
|
retries++;
|
||||||
}
|
}
|
||||||
|
catch (ApplicationException)
|
||||||
|
{
|
||||||
|
Logger.Warn("Network still unavailable...");
|
||||||
|
retries++;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (!success)
|
if (!success)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user