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

Merge pull request from MrAnks/master

Update MainStartup.cs
pull/702/head
Luke 11 years ago
commit 44a7825294

@ -224,7 +224,7 @@ namespace MediaBrowser.ServerApplication
if (!runService)
{
ShowSplashScreen(_appHost.ApplicationVersion, initProgress, logManager.GetLogger("Splash"));
if (!options.ContainsOption("-nosplash")) ShowSplashScreen(_appHost.ApplicationVersion, initProgress, logManager.GetLogger("Splash"));
// Not crazy about this but it's the only way to suppress ffmpeg crash dialog boxes
SetErrorMode(ErrorModes.SEM_FAILCRITICALERRORS | ErrorModes.SEM_NOALIGNMENTFAULTEXCEPT |

Loading…
Cancel
Save