mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
Remove -get-missing-subtitles option
This commit is contained in:
parent
506de41711
commit
1c320a461b
@ -118,7 +118,7 @@ public class ArgumentBean {
|
||||
public List<String> arguments = new ArrayList<String>();
|
||||
|
||||
public boolean runCLI() {
|
||||
return rename || getSubtitles || getMissingSubtitles || check || list || mediaInfo || extract || script != null;
|
||||
return rename || getSubtitles || check || list || mediaInfo || extract || script != null;
|
||||
}
|
||||
|
||||
public boolean printVersion() {
|
||||
|
Loading…
Reference in New Issue
Block a user