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

Backwards compatibility fix

This commit is contained in:
Reinhard Pointner 2016-03-12 15:19:22 +00:00
parent 907bc11aad
commit afb9b0f0a3

View File

@ -205,6 +205,10 @@ public final class Settings {
}
}
public File getApplicationFolder() {
return ApplicationFolder.AppData.get();
}
public static enum ApplicationFolder {
AppData {