Fix switching off for PIR usermod.

This commit is contained in:
Blaz Kristan 2023-01-05 22:46:30 +01:00
parent 66406d86c1
commit 98be19b29f

View File

@ -136,7 +136,7 @@ private:
} }
} else { } else {
if (m_offPreset) { if (m_offPreset) {
if (currentPreset==m_onPreset || currentPlaylist==m_onPreset) applyPreset(m_offPreset, NotifyUpdateMode); applyPreset(m_offPreset, NotifyUpdateMode);
return; return;
} else if (prevPlaylist) { } else if (prevPlaylist) {
if (currentPreset==m_onPreset || currentPlaylist==m_onPreset) applyPreset(prevPlaylist, NotifyUpdateMode); if (currentPreset==m_onPreset || currentPlaylist==m_onPreset) applyPreset(prevPlaylist, NotifyUpdateMode);