Fixes #5489 -- Properly flush EM when marking track as played.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-06-11 06:00:11 -05:00
parent 3c65bb095c
commit 344220daab
No known key found for this signature in database
GPG key ID: F1D2E64A0005E80E

View file

@ -120,6 +120,7 @@ class Annotations implements EventSubscriberInterface
$queueRow->setSentToAutodj();
$queueRow->setTimestampCued(time());
$this->em->persist($queueRow);
$this->em->flush();
}
}
}