Bratanov / community-driven-radio

A radio station driven by the community
10 stars 1 forks source link

Fix / Queue sorting #9

Closed Bratanov closed 8 years ago

Bratanov commented 8 years ago

Queue sorting was messed up because I messed up the comparison implementation. Should've looked like: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort Also did a few refactors to optimize things a bit