Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/75b0faf0b19d85401771087bb0c78467c5389a83/MediaBrowser.Server.Mac/AppController.designer.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Server.Mac/AppController.designer.cs

28 lines
616 B

// WARNING
//
// This file has been generated automatically by MonoDevelop to store outlets and
// actions made in the Xcode designer. If it is removed, they will be lost.
// Manual changes to this file may not be handled correctly.
//
using MonoMac.Foundation;
namespace MediaBrowser.Server.Mac
{
partial class AppController
{
[Outlet]
MonoMac.AppKit.NSMenu statusMenu { get; set; }
[Action ("HelloWorld:")]
partial void HelloWorld (MonoMac.Foundation.NSObject sender);
void ReleaseDesignerOutlets ()
{
if (statusMenu != null) {
statusMenu.Dispose ();
statusMenu = null;
}
}
}
}