* fix issue that caused filebot -clear not to work in headless mode

This commit is contained in:
Reinhard Pointner 2012-12-01 15:58:00 +00:00
parent fea8c186b7
commit d2ab91e846
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public class ArgumentBean {
public boolean runCLI() {
return rename || getSubtitles || getMissingSubtitles || check || list || mediaInfo || extract || script != null;
return rename || getSubtitles || getMissingSubtitles || check || list || mediaInfo || extract || clear || script != null;
}