mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 02:27:18 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			343 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			343 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| 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; }
 | |
|     }
 | |
| }
 |