mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 10:37:22 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			369 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			369 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using MediaBrowser.Model.SyncPlay;
 | |
| 
 | |
| namespace MediaBrowser.Controller.SyncPlay
 | |
| {
 | |
|     /// <summary>
 | |
|     /// Interface ISyncPlayRequest.
 | |
|     /// </summary>
 | |
|     public interface ISyncPlayRequest
 | |
|     {
 | |
|         /// <summary>
 | |
|         /// Gets the request type.
 | |
|         /// </summary>
 | |
|         /// <returns>The request type.</returns>
 | |
|         RequestType Type { get; }
 | |
|     }
 | |
| }
 |