add (songs: Song | Song[]) {
    this.state.songs = unionBy(this.state.songs, arrayify(songs), 'id')
  },