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

update RegistrationInfo

pull/702/head
Luke Pulverenti 10 years ago
parent c2ad6f83d3
commit afeafd9444

@ -20,9 +20,9 @@ namespace MediaBrowser.Model.Registration
/// <value><c>true</c> if this instance is trial; otherwise, <c>false</c>.</value>
public bool IsTrial { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is valid.
/// Gets or sets a value indicating whether this instance is registered.
/// </summary>
/// <value><c>true</c> if this instance is valid; otherwise, <c>false</c>.</value>
public bool IsValid { get; set; }
/// <value><c>true</c> if this instance is registered; otherwise, <c>false</c>.</value>
public bool IsRegistered { get; set; }
}
}

Loading…
Cancel
Save