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.
Currently, voting on a video adds a row to the
packets
table with all fields equal toNULL
, 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.