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