mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			198 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			198 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace MediaBrowser.Controller.Providers
 | 
						|
{
 | 
						|
    /// <summary>
 | 
						|
    /// This is just a marker interface
 | 
						|
    /// </summary>
 | 
						|
    public interface ILocalImageProvider : IImageProvider
 | 
						|
    {
 | 
						|
    }
 | 
						|
}
 |