Adds ability to filter subtitle streams based on the title
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:
@@ -11,7 +11,7 @@ public class AnimeConverterTest {
|
||||
public void setUp() {
|
||||
new AnimeConverter("ffprobe", "ffmpeg",
|
||||
new String[]{"jpn", "eng", "nor", "swe"}, new String[]{"nor", "eng", "swe", "fin"}, false,
|
||||
false, -1, -1);
|
||||
false, -1, -1, "");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user