mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-30 18:22:48 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			393 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			393 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using MediaBrowser.Model.SyncPlay;
 | |
| 
 | |
| namespace Jellyfin.Api.Models.SyncPlayDtos
 | |
| {
 | |
|     /// <summary>
 | |
|     /// Class SetRepeatModeRequestDto.
 | |
|     /// </summary>
 | |
|     public class SetRepeatModeRequestDto
 | |
|     {
 | |
|         /// <summary>
 | |
|         /// Gets or sets the repeat mode.
 | |
|         /// </summary>
 | |
|         /// <value>The repeat mode.</value>
 | |
|         public GroupRepeatMode Mode { get; set; }
 | |
|     }
 | |
| }
 |