SilenusTA / StreamRoller

Streaming Backend Software
GNU Affero General Public License v3.0
2 stars 2 forks source link

OBS buttons pulsing and missing clicks #91

Closed SilenusTA closed 2 months ago

SilenusTA commented 2 months ago

The OBS buttons are missing clicks and image is pulsing. Might be an update to Edge but needs investigating

SilenusTA commented 2 months ago

Issue was found in the live portal page. The buttons were updating on every timer that fired where it should only update the buttons when timers that apply to it are fired (like the countdown timer on the live button). This might be something we should add to the triggers rather than hard coding the name of the timer ('StartCountdownTimer') but it seems overkill for the moment.