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/1f083c0de2a1be669c2af7e77cd4e7313ee8f449/Jellyfin.Api/Models/SyncPlayDtos/SeekRequestDto.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace Jellyfin.Api.Models.SyncPlayDtos;
|
|
|
|
/// <summary>
|
|
/// Class SeekRequestDto.
|
|
/// </summary>
|
|
public class SeekRequestDto
|
|
{
|
|
/// <summary>
|
|
/// Gets or sets the position ticks.
|
|
/// </summary>
|
|
/// <value>The position ticks.</value>
|
|
public long PositionTicks { get; set; }
|
|
}
|