Makes sure to catch a signs misspelling when looking for signs & songs
	
		
			
	
		
	
	
		
	
		
			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:
		@@ -88,8 +88,8 @@ public class SubtitleStream extends AbstractStream implements StreamObject {
 | 
			
		||||
            return false;
 | 
			
		||||
        }
 | 
			
		||||
        String titleLowercase = getTitle().toLowerCase();
 | 
			
		||||
        return !titleLowercase.matches(".*signs?[ &/a-z]+songs?.*") &&
 | 
			
		||||
                !titleLowercase.matches(".*songs?[ &/a-z]+signs?.*") &&
 | 
			
		||||
        return !titleLowercase.matches(".*si(ng|gn)s?[ &/a-z]+songs?.*") &&
 | 
			
		||||
                !titleLowercase.matches(".*songs?[ &/a-z]+si(gn|ng)s?.*") &&
 | 
			
		||||
                !titleLowercase.matches(".*forced.*") &&
 | 
			
		||||
                !titleLowercase.matches(".*s&s.*");
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user