mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
(work-log) Fix bug where items weren't added to the current batch on logItem
This commit is contained in:
parent
4799dd769e
commit
87a8593291
@ -75,6 +75,7 @@ public class BatchingWorkLogImpl implements BatchingWorkLog {
|
|||||||
@Override
|
@Override
|
||||||
public void logItem(String id) throws IOException {
|
public void logItem(String id) throws IOException {
|
||||||
writeLogEntry(new AddItem(id));
|
writeLogEntry(new AddItem(id));
|
||||||
|
addItemToCurrentBatch(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user