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

Merge pull request from Bond-009/buildFix

Fix build
pull/12000/head
Bond-009 11 months ago committed by GitHub
commit dc2eca9f2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Jellyfin.Api.Extensions;

Loading…
Cancel
Save