Skip to content

2.13.9

Compare
Choose a tag to compare
@jaedb jaedb released this 06 Apr 23:04
· 2763 commits to master since this release

Functionality release

  • Introduction of processes to handle long-running actions (like adding a lot of URIs in one go)
  • processes can be cancelled by hitting the close icon on the notification
  • Moved notifications into bottom right
  • Adding playlists handled by unique action. This detects if playlist was loaded by the server and is already cached, or if we needs to fetch all playlist and add in batches
  • Playlists' tracks added in batches of 5, with a 100ms delay between. This prevents the server from locking up until all tracks are added.