Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/4fd4b23a4705d56a744ebe647aaf0398c77410a9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

catch ApplicationException in directory watchers

pull/702/head
Luke Pulverenti 12 years ago
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…
Cancel
Save