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

Update MainStartup.cs

Updated based on feedback.  Best to keep everything consistent.
pull/702/head
MrAnks 11 years ago
parent 360f4e5cbd
commit 3d76afc1ec

@ -224,7 +224,7 @@ namespace MediaBrowser.ServerApplication
if (!runService)
{
if (!options.ContainsOption("nosplash")) 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