vext01 / hgd

Hackathon Gunther Daemon :: Opensource Multi-User Jukebox
http://hgd.theunixzoo.co.uk
ISC License
22 stars 10 forks source link

Clarify voteoff_count example #107

Closed floort closed 13 years ago

floort commented 13 years ago

Clarify that voteoff_count should be exceeded.

vext01 commented 13 years ago

You should not have to exceed the the vote off count. Upon receiving a vote that makes the number of votes received match the vote count, the track is skipped. If this is not the case, then there is an off by one; if so, then please file a bug (although I just tested this here and it works fine. If I recall correctly this there used to be an off by one, but not now).

To be clear, if the vote count is 1 and 1 vote is received, the track is skipped.

Please back this out mex.