Fixes #5489 -- Properly flush EM when marking track as played.
This commit is contained in:
parent
3c65bb095c
commit
344220daab
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ class Annotations implements EventSubscriberInterface
|
|||
$queueRow->setSentToAutodj();
|
||||
$queueRow->setTimestampCued(time());
|
||||
$this->em->persist($queueRow);
|
||||
$this->em->flush();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue