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/b05936ead6e36f06512564454e6c02c93d4f7a38/MediaBrowser.Server.Implementations/Notifications/IConfigurableNotificationService.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace MediaBrowser.Server.Implementations.Notifications
|
|
{
|
|
public interface IConfigurableNotificationService
|
|
{
|
|
bool IsHidden { get; }
|
|
bool IsEnabled(string notificationType);
|
|
}
|
|
}
|