528529530531532533534535536537538
}; /** * The playlist-change sends the current playlist without * a specified client. */ playlistChange = new PlaylistChange() { @Override public void getPlaylist(ArrayList<String> playlist) { sendPlaylist(playlist, null); }