acm-uiuc / beats

Beats by ACM
11 stars 19 forks source link

Disable voting on videos #24

Closed kevinwang closed 10 years ago

kevinwang commented 10 years ago

Currently, voting on a video adds a row to the packets table with all fields equal to NULL, which breaks the player. Change the scheduler so that it does nothing when someone votes on a video.

In the future, we can consider properly implementing voting on videos as well.