mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 13:59:49 -04:00
getPersistentRenameLog()
This commit is contained in:
parent
226c0d6d22
commit
98a688a770
@ -186,7 +186,11 @@ public abstract class ScriptShellBaseClass extends Script {
|
||||
|
||||
// Complete or session rename history
|
||||
public Map<File, File> getRenameLog() throws IOException {
|
||||
return getRenameLog(false);
|
||||
return HistorySpooler.getInstance().getSessionHistory().getRenameMap();
|
||||
}
|
||||
|
||||
public Map<File, File> getPersistentRenameLog() throws IOException {
|
||||
return HistorySpooler.getInstance().getCompleteHistory().getRenameMap();
|
||||
}
|
||||
|
||||
public Map<File, File> getRenameLog(boolean complete) throws IOException {
|
||||
|
Loading…
x
Reference in New Issue
Block a user