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/cd95eabcc6756c84eddf6a6b8fd9a8eea2a5b5ab/MediaBrowser.Controller/Net/WebSocketMessages/InboundWebSocketMessage.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace MediaBrowser.Controller.Net.WebSocketMessages;
|
|
|
|
/// <summary>
|
|
/// Inbound websocket message.
|
|
/// </summary>
|
|
public class InboundWebSocketMessage : WebSocketMessage, IInboundWebSocketMessage
|
|
{
|
|
}
|