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

Mark installer as x86

pull/702/head
Eric Reed 12 years ago
parent e3af179856
commit a36a556872

@ -48,7 +48,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>

Loading…
Cancel
Save