1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* clear cache when started with option "-clear"

This commit is contained in:
Reinhard Pointner 2009-11-07 22:07:07 +00:00
parent 53971666ae
commit f8f1d5b5b3

View File

@ -50,8 +50,9 @@ public class Main {
}
if (argumentBean.clear()) {
// clear preferences
// clear preferences and cache
Settings.forPackage(Main.class).clear();
CacheManager.getInstance().clearAll();
}
try {