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/1c28dcc78bcd9b1a74418e82c169251cac2eb2d2/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace MediaBrowser.Controller.Channels
|
|
{
|
|
public class ChannelSearchInfo
|
|
{
|
|
public string SearchTerm { get; set; }
|
|
|
|
public string UserId { get; set; }
|
|
}
|
|
|
|
public class ChannelLatestMediaSearch
|
|
{
|
|
public string UserId { get; set; }
|
|
}
|
|
} |