| 
					
				 | 
			
			
				@@ -12,6 +12,14 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <input is="emby-checkbox" type="checkbox" id="includeAdult" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <span>Include adult content in search results.</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     </label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <label class="checkboxContainer"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        <input is="emby-checkbox" type="checkbox" id="excludeTagsSeries" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        <span>Exclude tags/keywords from metadata fetched for series.</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    </label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <label class="checkboxContainer"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        <input is="emby-checkbox" type="checkbox" id="excludeTagsMovies" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        <span>Exclude tags/keywords from metadata fetched for movies.</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    </label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <br /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <button is="emby-button" type="submit" class="raised button-submit block"><span>Save</span></button> 
			 |