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/b8d4ef5fc6a1d042c8521265b50ef60eaa492e68/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; }
|
|
}
|
|
} |