namespace Jellyfin.Api.Models.SyncPlayDtos;
/// 
/// Class IgnoreWaitRequestDto.
/// 
public class IgnoreWaitRequestDto
{
    /// 
    /// Gets or sets a value indicating whether the client should be ignored.
    /// 
    /// The client group-wait status.
    public bool IgnoreWait { get; set; }
}