Skip to content

Commit

Permalink
backport FPP8 playlist status fix
Browse files Browse the repository at this point in the history
  • Loading branch information
computergeek1507 authored Aug 24, 2024
1 parent da02180 commit 72ca6d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/playlist/Playlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,10 @@ void Playlist::Resume() {

// Notify of current playlists because was likely changed when Paused.
Events::Publish("playlist/name/status", m_name);
Events::Publish("status", m_currentState);
Events::Publish("playlist/section/status", m_currentSectionStr);
Events::Publish("playlist/sectionPosition/status", m_sectionPosition);
PluginManager::INSTANCE.playlistCallback(GetInfo(), "playing", m_currentSectionStr, m_sectionPosition);
}
}
}
Expand Down

0 comments on commit 72ca6d6

Please sign in to comment.