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/a6962ff8a09a676d898cb6291c494c3c34461eb4/MediaBrowser.Model/Session/MessageCommand.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
|
|
|
|
|
namespace MediaBrowser.Model.Session
|
|
|
|
|
{
|
|
|
|
|
public class MessageCommand
|
|
|
|
|
{
|
|
|
|
|
public string Header { get; set; }
|
|
|
|
|
|
|
|
|
|
public string Text { get; set; }
|
|
|
|
|
|
|
|
|
|
public long? TimeoutMs { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|