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/55de77ca28348fd0072b81bedbdc170b5a634e7d/MediaBrowser.Controller/Session/ISessionControllerFactory.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
|
|
|
|
|
namespace MediaBrowser.Controller.Session
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Interface ISesssionControllerFactory
|
|
|
|
|
/// </summary>
|
|
|
|
|
public interface ISessionControllerFactory
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets the session controller.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="session">The session.</param>
|
|
|
|
|
/// <returns>ISessionController.</returns>
|
|
|
|
|
ISessionController GetSessionController(SessionInfo session);
|
|
|
|
|
}
|
|
|
|
|
}
|