Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/blame/commit/8586c9f6a7dc8562da1f6bca2b3ce53398dd03b5/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs

14 lines
285 B

11 years ago
namespace MediaBrowser.Controller.Channels
{
public class ChannelSearchInfo
{
public string SearchTerm { get; set; }
11 years ago
public string UserId { get; set; }
11 years ago
}
public class ChannelLatestMediaSearch
{
public string UserId { get; set; }
}
11 years ago
}