whitesoup12 / remote-falcon

Remote Falcon Monorepo for all things RF
GNU General Public License v3.0
12 stars 5 forks source link

Prevent back-to-back sequences #117

Closed whitesoup12 closed 9 months ago

whitesoup12 commented 9 months ago

Your Show Name: Lumos Light Show

Describe the bug: If a sequence is request that's set to play next in the normal schedule, that sequence could be played back-to-back.

To Reproduce: Steps to reproduce the behavior:

  1. Request a sequence that is up next in the scheduled
  2. Don't request anything else
  3. The sequence will play twice (first as the request, second from the schedule).

Expected behavior: The sequence should not be requestable if it's set to play next in the schedule.

whitesoup12 commented 9 months ago

Fixed in PR #120