mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			366 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			366 B
		
	
	
	
		
			C#
		
	
	
	
	
	
 | 
						|
namespace MediaBrowser.Controller.Entities
 | 
						|
{
 | 
						|
    /// <summary>
 | 
						|
    /// This is a marker class that tells us that a particular item type may be physically resolved
 | 
						|
    /// more than once within the library and we need to be sure to resolve them all to the same
 | 
						|
    /// instance of that item.
 | 
						|
    /// </summary>
 | 
						|
    public interface IByReferenceItem
 | 
						|
    {
 | 
						|
    }
 | 
						|
}
 |