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/821b6894e555eb0dc1071911273e98baceff4f22/MediaBrowser.Model/Dto/ItemIndex.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
|
|
|
|
|
namespace MediaBrowser.Model.Dto
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Class ItemIndex
|
|
|
|
|
/// </summary>
|
|
|
|
|
public class ItemIndex
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the name.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The name.</value>
|
|
|
|
|
public string Name { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the item count.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The item count.</value>
|
|
|
|
|
public int ItemCount { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|