428429430431432433434435436437438
} // Update the screen to show the playlist this._playlist = playlist; if (playlist != null && screen != null) { app.invokeAndWait(new Runnable() { public void run() { screen.setPlaylist(_playlist); } }); }