This commit is contained in:
snt 2024-05-07 20:57:13 +02:00
parent 7a9c0cd0ac
commit 0979c3608e
5 changed files with 5 additions and 15 deletions

View file

@ -104,6 +104,7 @@ void libreMediaServerAudio::dmxInput(int layer, int channel, int value)
s = Status::PlayingLoop;
m_mae.playbackChanged(layer, s);
m_currentStatus[layer] = s;
qInfo() << "Layer" << layer << StatusStr[s];
#ifndef NOGUI
if (m_ui) {
m_lmsUi->m_aw->playbackChanged(layer, s);