Small fix

This commit is contained in:
M66B 2019-05-18 20:16:08 +02:00
parent 8a8c981e9a
commit 57932f7307
1 changed files with 2 additions and 1 deletions

View File

@ -182,7 +182,8 @@ class Core {
// Operations should use database transaction when needed
db.operation().setOperationState(op.id, "executing");
if (!EntityOperation.SYNC.equals(op.name))
db.operation().setOperationState(op.id, "executing");
switch (op.name) {
case EntityOperation.SEEN: