mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-24 16:58:51 -05:00
* fix critical UI behaviour bug
This commit is contained in:
parent
6d24dcef05
commit
6399f63840
@ -36,7 +36,7 @@ public final class HistorySpooler {
|
|||||||
|
|
||||||
public synchronized History getCompleteHistory() throws IOException {
|
public synchronized History getCompleteHistory() throws IOException {
|
||||||
if (!persistentHistoryEnabled || persistentHistoryFile.length() <= 0) {
|
if (!persistentHistoryEnabled || persistentHistoryFile.length() <= 0) {
|
||||||
return new History();
|
return new History(sessionHistory.sequences());
|
||||||
}
|
}
|
||||||
|
|
||||||
RandomAccessFile f = new RandomAccessFile(persistentHistoryFile, "rw");
|
RandomAccessFile f = new RandomAccessFile(persistentHistoryFile, "rw");
|
||||||
|
Loading…
Reference in New Issue
Block a user