Adds another signs and songs match
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:
parent
2346e651ef
commit
346a5e0606
@ -105,7 +105,8 @@ public class SubtitleStream extends AbstractStream implements StreamObject {
|
||||
!titleLowercase.matches(".*forced.*") &&
|
||||
!titleLowercase.matches(".*s&s.*") &&
|
||||
!titleLowercase.matches("signs?") &&
|
||||
!titleLowercase.matches("songs?");
|
||||
!titleLowercase.matches("songs?") &&
|
||||
!titleLowercase.contains("signs only");
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user