* If updatePolledPropertiesOnly is false, update the Player state itself as well
*/
public void updatePlayerStatus(final boolean updatePolledPropertiesOnly) {
final PlayerGetActivePlayers activePlayers = new PlayerGetActivePlayers(client, httpUri);
activePlayers.execute(new Runnable() {
@Override
public void run() {
if (activePlayers.isPlaying()) {
if (!updatePolledPropertiesOnly) {
updateState(State.Play);