Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/670c41ee8900da32f0936a9a1f45d73e0508432b
You should set ROOT_URL correctly, otherwise the web may not work correctly.
6 changed files with
55 additions and
5 deletions
@ -24,10 +24,20 @@
<Authors > Jellyfin Contributors</Authors>
<PackageId > Jellyfin.Naming</PackageId>
<VersionPrefix > 10.7.0</VersionPrefix>
<PackageLicenseUrl > https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</PackageLicenseUrl>
<RepositoryUrl > https://github.com/jellyfin/jellyfin</RepositoryUrl>
</PropertyGroup>
<PropertyGroup >
<PackageLicenseFile > LICENSE.txt</PackageLicenseFile>
</PropertyGroup>
<ItemGroup >
<None Include= "../LICENSE.txt" >
<PackagePath > LICENSE.txt</PackagePath>
<Pack > true</Pack>
</None>
</ItemGroup>
<!-- Code Analyzers -->
<ItemGroup Condition= " '$(Configuration)' == 'Debug' " >
<!-- TODO: <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8" PrivateAssets="All" /> -->
@ -11,10 +11,20 @@
<Authors > Jellyfin Contributors</Authors>
<PackageId > Jellyfin.Data</PackageId>
<VersionPrefix > 10.7.0</VersionPrefix>
<PackageLicenseUrl > https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</PackageLicenseUrl>
<RepositoryUrl > https://github.com/jellyfin/jellyfin</RepositoryUrl>
</PropertyGroup>
<PropertyGroup >
<PackageLicenseFile > LICENSE.txt</PackageLicenseFile>
</PropertyGroup>
<ItemGroup >
<None Include= "../LICENSE.txt" >
<PackagePath > LICENSE.txt</PackagePath>
<Pack > true</Pack>
</None>
</ItemGroup>
<PropertyGroup Condition= " '$(Configuration)' == 'Debug' " >
<CodeAnalysisRuleSet > ../jellyfin.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
@ -9,10 +9,20 @@
<Authors > Jellyfin Contributors</Authors>
<PackageId > Jellyfin.Common</PackageId>
<VersionPrefix > 10.7.0</VersionPrefix>
<PackageLicenseUrl > https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</PackageLicenseUrl>
<RepositoryUrl > https://github.com/jellyfin/jellyfin</RepositoryUrl>
</PropertyGroup>
<PropertyGroup >
<PackageLicenseFile > LICENSE.txt</PackageLicenseFile>
</PropertyGroup>
<ItemGroup >
<None Include= "../LICENSE.txt" >
<PackagePath > LICENSE.txt</PackagePath>
<Pack > true</Pack>
</None>
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
</ItemGroup>
@ -9,10 +9,20 @@
<Authors > Jellyfin Contributors</Authors>
<PackageId > Jellyfin.Controller</PackageId>
<VersionPrefix > 10.7.0</VersionPrefix>
<PackageLicenseUrl > https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</PackageLicenseUrl>
<RepositoryUrl > https://github.com/jellyfin/jellyfin</RepositoryUrl>
</PropertyGroup>
<PropertyGroup >
<PackageLicenseFile > LICENSE.txt</PackageLicenseFile>
</PropertyGroup>
<ItemGroup >
<None Include= "../LICENSE.txt" >
<PackagePath > LICENSE.txt</PackagePath>
<Pack > true</Pack>
</None>
</ItemGroup>
<ItemGroup >
<PackageReference Include= "Microsoft.Extensions.Configuration.Abstractions" Version= "3.1.6" />
<PackageReference Include= "Microsoft.Extensions.Configuration.Binder" Version= "3.1.6" />
@ -9,10 +9,20 @@
<Authors > Jellyfin Contributors</Authors>
<PackageId > Jellyfin.Model</PackageId>
<VersionPrefix > 10.7.0</VersionPrefix>
<PackageLicenseUrl > https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</PackageLicenseUrl>
<RepositoryUrl > https://github.com/jellyfin/jellyfin</RepositoryUrl>
</PropertyGroup>
<PropertyGroup >
<PackageLicenseFile > LICENSE.txt</PackageLicenseFile>
</PropertyGroup>
<ItemGroup >
<None Include= "../LICENSE.txt" >
<PackagePath > LICENSE.txt</PackagePath>
<Pack > true</Pack>
</None>
</ItemGroup>
<PropertyGroup >
<TargetFrameworks > netstandard2.0;netstandard2.1</TargetFrameworks>
<GenerateAssemblyInfo > false</GenerateAssemblyInfo>