Fixes case of a songs/signs check
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				KnarCraft/FFmpegConvert/pipeline/head This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	KnarCraft/FFmpegConvert/pipeline/head This commit looks good
				
			This commit is contained in:
		@@ -90,6 +90,6 @@ public class SubtitleStream extends AbstractStream implements StreamObject {
 | 
			
		||||
        return !titleLowercase.matches(".*signs?[ &/a-z]+songs?.*") &&
 | 
			
		||||
                !titleLowercase.matches(".*songs?[ &/a-z]+signs?.*") &&
 | 
			
		||||
                !titleLowercase.matches(".*forced.*") &&
 | 
			
		||||
                !titleLowercase.matches(".*S&S.*");
 | 
			
		||||
                !titleLowercase.matches(".*s&s.*");
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user