mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			235 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			235 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace MediaBrowser.Controller.Plugins
 | 
						|
{
 | 
						|
    /// <summary>
 | 
						|
    /// Indicates that a <see cref="IServerEntryPoint"/> should be invoked as a pre-startup task.
 | 
						|
    /// </summary>
 | 
						|
    public interface IRunBeforeStartup
 | 
						|
    {
 | 
						|
    }
 | 
						|
}
 |