return true;
}
private static SqueezePlayer getPlayer(String playerId) {
if (StringUtils.isEmpty(playerId))
throw new NullArgumentException("playerId");
// check the Squeeze Server has been initialised
if (squeezeServer == null) {
logger.warn("Squeeze Server yet to be initialised. Ignoring action.");
return null;