//
// Copyright (c) PlaceholderCompany. All rights reserved.
//
namespace Jellyfin.Api.Models.SyncPlayDtos;
///
/// Class SeekRequestDto.
///
public class SeekRequestDto
{
///
/// Gets or sets the position ticks.
///
/// The position ticks.
public long PositionTicks { get; set; }
}