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/348ab7a58e8c525c9d139a0cf8f72253bd43ad5d/MediaBrowser.Controller/SyncPlay/Requests/LeaveGroupRequest.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using MediaBrowser.Model.SyncPlay;
|
|
|
|
namespace MediaBrowser.Controller.SyncPlay.Requests
|
|
{
|
|
/// <summary>
|
|
/// Class LeaveGroupRequest.
|
|
/// </summary>
|
|
public class LeaveGroupRequest : ISyncPlayRequest
|
|
{
|
|
/// <inheritdoc />
|
|
public RequestType Type { get; } = RequestType.LeaveGroup;
|
|
}
|
|
}
|