mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-30 18:22:48 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			161 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			161 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace MediaBrowser.Controller.Sync
 | |
| {
 | |
|     /// <summary>
 | |
|     /// A marker interface.
 | |
|     /// </summary>
 | |
|     public interface IRemoteSyncProvider
 | |
|     {
 | |
|     }
 | |
| }
 |