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