Skip to content

5.13.0: Merge pull request #407 from Mastermindzh/new-version

Compare
Choose a tag to compare
@Mastermindzh Mastermindzh released this 20 May 14:39
· 87 commits to master since this release
46074c5

[5.13.0]

  • Fixed #403 "cannot read shuffle of undefined" error
  • Added an API to add & delete entries from the skippedArtists list in the settings. fixes #405
    • GET /settings/skipped-artists -> get list of skipped artists
    • POST /settings/skipped-artists -> add to the list of skipped artists
    • POST /settings/skipped-artists/delete -> delete from the list of skipped artists
    • POST /settings/skipped-artists/current -> skip the current artist
    • DELETE /settings/skipped-artists/current -> delete the current artist from the skip list
    • Added Swagger documentation to the new endpoints
      image