Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/blame/commit/32187a55f49f11270e33de5f022872312d672b13/Emby.Server.Implementations/Notifications/IConfigurableNotificationService.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
namespace Emby.Server.Implementations.Notifications
|
|
|
|
|
{
|
|
|
|
|
public interface IConfigurableNotificationService
|
|
|
|
|
{
|
|
|
|
|
bool IsHidden { get; }
|
|
|
|
|
bool IsEnabled(string notificationType);
|
|
|
|
|
}
|
|
|
|
|
}
|