You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user adds two songs on the queue (priority 0 and 1) and then the first one is being played, if they delete the second one and vote for it again, it's going to be a priority 0.
The reason seems to be related with verifying the CurrentlyPlayingVote and which Client voted for it.
Suggestion:
In EnqueueVote() in the SparkflyManager.cs change to:
A bug was found in the priority queue.
If a user adds two songs on the queue (priority 0 and 1) and then the first one is being played, if they delete the second one and vote for it again, it's going to be a priority 0.
The reason seems to be related with verifying the
CurrentlyPlayingVote
and whichClient
voted for it.Suggestion:
In
EnqueueVote()
in theSparkflyManager.cs
change to:The text was updated successfully, but these errors were encountered: