You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			400 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			400 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="modal-header">
 | |
|     <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
 | |
|     <h3>Delete: {{title}}</h3>
 | |
| </div>
 | |
| <div class="modal-body">
 | |
|     <h1>Searching for episodes!!!</h1>
 | |
| </div>
 | |
| <div class="modal-footer">
 | |
|     <button class="btn" data-dismiss="modal">cancel</button>
 | |
|     <button class="btn btn-danger x-confirm-delete">delete</button>
 | |
| </div>
 | |
| 
 |