Future tickets should replace most direct client.conn.playing with proper use of client_player(). With the client_player() implemented as a function that would mean adding function call overhead to a lot of places. To avoid that, let's turn client_player() to a macro in this ticket.
Future tickets should replace most direct client.conn.playing with proper use of client_player(). With the client_player() implemented as a function that would mean adding function call overhead to a lot of places. To avoid that, let's turn client_player() to a macro in this ticket.