Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/fb07b4640c60d5135097d25d71cad4d2e4b6131f/MediaBrowser.Controller/Entities/IHasAwards.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
namespace MediaBrowser.Controller.Entities
|
|
{
|
|
/// <summary>
|
|
/// Interface IHasAwards
|
|
/// </summary>
|
|
public interface IHasAwards
|
|
{
|
|
/// <summary>
|
|
/// Gets or sets the awards summary.
|
|
/// </summary>
|
|
/// <value>The awards summary.</value>
|
|
string AwardSummary { get; set; }
|
|
}
|
|
}
|