Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/7470dfe61ba0615529a934e3caf94c4a8335401b?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
9 changed files with
12 additions and
12 deletions
@ -9,7 +9,7 @@
<AppDesignerFolder > Properties</AppDesignerFolder>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > Emby.Common.Implementations</RootNamespace>
<RootNamespace > Emby.Common.Implementations</RootNamespace>
<AssemblyName > Emby.Common.Implementations</AssemblyName>
<AssemblyName > Emby.Common.Implementations</AssemblyName>
<TargetFrameworkVersion > v4.6.2 </TargetFrameworkVersion>
<TargetFrameworkVersion > v4.6</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<FileAlignment > 512</FileAlignment>
<TargetFrameworkProfile />
<TargetFrameworkProfile />
</PropertyGroup>
</PropertyGroup>
@ -9,7 +9,7 @@
<AppDesignerFolder > Properties</AppDesignerFolder>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > Emby.Server.Core</RootNamespace>
<RootNamespace > Emby.Server.Core</RootNamespace>
<AssemblyName > Emby.Server.Core</AssemblyName>
<AssemblyName > Emby.Server.Core</AssemblyName>
<TargetFrameworkVersion > v4.6.2 </TargetFrameworkVersion>
<TargetFrameworkVersion > v4.6</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<FileAlignment > 512</FileAlignment>
<TargetFrameworkProfile />
<TargetFrameworkProfile />
</PropertyGroup>
</PropertyGroup>
@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configuration>
<runtime>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="SimpleInjector" publicKeyToken="984cb50dea722e99" culture="neutral" />
<assemblyIdentity name="SimpleInjector" publicKeyToken="984cb50dea722e99" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.0.7.0" newVersion="4.0.7.0" />
<bindingRedirect oldVersion="0.0.0.0-4.0.7.0" newVersion="4.0.7.0"/>
</dependentAssembly>
</dependentAssembly>
</assemblyBinding>
</assemblyBinding>
</runtime>
</runtime>
</configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/></startup> </configuration>
@ -11,7 +11,7 @@
<AssemblyName > Emby.Server.Implementations</AssemblyName>
<AssemblyName > Emby.Server.Implementations</AssemblyName>
<FileAlignment > 512</FileAlignment>
<FileAlignment > 512</FileAlignment>
<TargetFrameworkProfile />
<TargetFrameworkProfile />
<TargetFrameworkVersion > v4.6.2 </TargetFrameworkVersion>
<TargetFrameworkVersion > v4.6</TargetFrameworkVersion>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugSymbols > true</DebugSymbols>
@ -10,7 +10,7 @@
<RootNamespace > MediaBrowser.Server.Mono</RootNamespace>
<RootNamespace > MediaBrowser.Server.Mono</RootNamespace>
<AssemblyName > MediaBrowser.Server.Mono</AssemblyName>
<AssemblyName > MediaBrowser.Server.Mono</AssemblyName>
<StartupObject > MediaBrowser.Server.Mono.MainClass</StartupObject>
<StartupObject > MediaBrowser.Server.Mono.MainClass</StartupObject>
<TargetFrameworkVersion > v4.6.2 </TargetFrameworkVersion>
<TargetFrameworkVersion > v4.6</TargetFrameworkVersion>
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
<TargetFrameworkProfile />
<TargetFrameworkProfile />
</PropertyGroup>
</PropertyGroup>
@ -28,4 +28,4 @@
</dependentAssembly>
</dependentAssembly>
</assemblyBinding>
</assemblyBinding>
</runtime>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2 "/></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/></startup></configuration>
@ -9,7 +9,7 @@
<AppDesignerFolder > Properties</AppDesignerFolder>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > Mono.Nat</RootNamespace>
<RootNamespace > Mono.Nat</RootNamespace>
<AssemblyName > Mono.Nat</AssemblyName>
<AssemblyName > Mono.Nat</AssemblyName>
<TargetFrameworkVersion > v4.6.2 </TargetFrameworkVersion>
<TargetFrameworkVersion > v4.6</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<FileAlignment > 512</FileAlignment>
<TargetFrameworkProfile />
<TargetFrameworkProfile />
</PropertyGroup>
</PropertyGroup>
@ -1,3 +1,3 @@
using System.Reflection ;
using System.Reflection ;
[assembly: AssemblyVersion("3.2.17.1 2 ")]
[assembly: AssemblyVersion("3.2.17.1 3 ")]
@ -9,7 +9,7 @@
<AppDesignerFolder > Properties</AppDesignerFolder>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > SocketHttpListener</RootNamespace>
<RootNamespace > SocketHttpListener</RootNamespace>
<AssemblyName > SocketHttpListener</AssemblyName>
<AssemblyName > SocketHttpListener</AssemblyName>
<TargetFrameworkVersion > v4.6.2 </TargetFrameworkVersion>
<TargetFrameworkVersion > v4.6</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<FileAlignment > 512</FileAlignment>
<TargetFrameworkProfile />
<TargetFrameworkProfile />
</PropertyGroup>
</PropertyGroup>