You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			225 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			225 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| using NzbDrone.Common;
 | |
| using NzbDrone.Core.Messaging;
 | |
| using NzbDrone.Core.Messaging.Commands;
 | |
| 
 | |
| namespace NzbDrone.Core.DataAugmentation.Scene
 | |
| {
 | |
|     public class UpdateSceneMappingCommand : Command
 | |
|     {
 | |
| 
 | |
|     }
 | |
| } |