Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/cfca27e99a40204bc8e4fff963ef1a67aeed1876
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
3 additions and
3 deletions
@ -826,7 +826,7 @@ namespace Emby.Dlna.PlayTo
return SendPlayCommand ( data as PlayRequest , cancellationToken ) ;
}
if ( name = = SessionMessageType . Play S tate)
if ( name = = SessionMessageType . Play s tate)
{
return SendPlaystateCommand ( data as PlaystateRequest , cancellationToken ) ;
}
@ -1310,7 +1310,7 @@ namespace Emby.Server.Implementations.Session
}
}
return SendMessageToSession ( session , SessionMessageType . Play S tate, command , cancellationToken ) ;
return SendMessageToSession ( session , SessionMessageType . Play s tate, command , cancellationToken ) ;
}
private static void AssertCanControl ( SessionInfo session , SessionInfo controllingSession )
@ -15,7 +15,7 @@ namespace MediaBrowser.Model.Session
Play ,
SyncPlayCommand ,
SyncPlayGroupUpdate ,
Play S tate,
Play s tate,
RestartRequired ,
ServerShuttingDown ,
ServerRestarting ,