mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 10:37:22 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			295 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			295 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace MediaBrowser.Controller.Providers
 | |
| {
 | |
|     /// <summary>
 | |
|     /// Interface IHasOrder.
 | |
|     /// </summary>
 | |
|     public interface IHasOrder
 | |
|     {
 | |
|         /// <summary>
 | |
|         /// Gets the order.
 | |
|         /// </summary>
 | |
|         /// <value>The order.</value>
 | |
|         int Order { get; }
 | |
|     }
 | |
| }
 |