1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 16:28:51 -05:00

* 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

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;
}