Skip to content

v1.0.19

Compare
Choose a tag to compare
@thlucas1 thlucas1 released this 15 Dec 20:56
· 35 commits to master since this release

[ 1.0.19 ] - 2024/12/15

  • Added favorite indicator to the player section form for track, show episode, and audiobook items. The heart icon will be displayed to the right of the item name. A solid red heart indicates the item is a favorite; a transparent heart indicates the item is not a favorite.
  • Added "Play All Track Favorites" action to the track favorites section actions. This will get a list of the tracks saved in the current Spotify user's 'Your Library' and starts playing them, with shuffle enabled..
  • Added logic to player PREVIOUS_TRACK control so that if more than 8 seconds have passed the currently playing track is just restarted from the beginning; otherwise, the previous track is selected if progress is past the 8 second point.