Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/5043a887cc1a837fae76b7ebd7403750dfef6c7d You should set ROOT_URL correctly, otherwise the web may not work correctly.

Document IStartupOptions

pull/6648/head
Patrick Barron 4 years ago
parent 531efc345a
commit 5043a887cc

@ -1,7 +1,8 @@
#pragma warning disable CS1591
namespace Emby.Server.Implementations
{
/// <summary>
/// Specifies the contract for server startup options.
/// </summary>
public interface IStartupOptions
{
/// <summary>
@ -10,7 +11,7 @@ namespace Emby.Server.Implementations
string? FFmpegPath { get; }
/// <summary>
/// Gets a value value indicating whether to run as service by the --service command line option.
/// Gets a value indicating whether to run as service by the --service command line option.
/// </summary>
bool IsService { get; }

Loading…
Cancel
Save