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/92eeee0fc574b4d16fbe3dc9d11e023e0f6c56c5/Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/Emby.Server.Implementations/Notifications/IConfigurableNotificationSe...

9 lines
205 B

namespace Emby.Server.Implementations.Notifications
{
public interface IConfigurableNotificationService
{
bool IsHidden { get; }
bool IsEnabled(string notificationType);
}
}