var t = app.playlists().find(function (x) {
    return x.persistentID() == argv[0];
  });