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/7baf2d6c6bdaa51c3ecd0d628d36a0dacbd2bc54/MediaBrowser.Controller/SyncPlay/Requests/ListGroupsRequest.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 ListGroupsRequest.
|
|
/// </summary>
|
|
public class ListGroupsRequest : ISyncPlayRequest
|
|
{
|
|
/// <inheritdoc />
|
|
public RequestType Type { get; } = RequestType.ListGroups;
|
|
}
|
|
}
|