Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/45250b7874f4729fa1b3ac375ed3c848b4172337 You should set ROOT_URL correctly, otherwise the web may not work correctly.
release-10.1.0
Luke Pulverenti 8 years ago
parent 0d39e041db
commit 45250b7874

@ -1253,7 +1253,7 @@ namespace Emby.Server.Core
list.Add(GetAssembly(typeof(InstallationManager)));
// Emby.Server.Core
list.Add(GetAssembly(typeof(ServerApplicationPaths)));
list.Add(GetAssembly(typeof(ApplicationHost)));
// MediaEncoding
list.Add(GetAssembly(typeof(MediaEncoder)));

@ -1,3 +1,3 @@
using System.Reflection;
[assembly: AssemblyVersion("3.2.1.112")]
[assembly: AssemblyVersion("3.2.1.113")]

Loading…
Cancel
Save