async resolve (id: number) {
    let album = this.byId(id)

    if (!album) {
      try {