Skip to content

Commit

Permalink
Added back auto-play on play button click
Browse files Browse the repository at this point in the history
  • Loading branch information
Bergbok committed Mar 14, 2024
1 parent ac7c0a8 commit addc8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CustomApps/playlist-tags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playlist-tags",
"version": "1.3.0",
"version": "1.3.1",
"private": true,
"scripts": {
"build": "spicetify-creator",
Expand Down
1 change: 1 addition & 0 deletions CustomApps/playlist-tags/src/funcs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ export async function addPlaylistsToQueue(playlists: PlaylistMetadata[], shuffle
Spicetify.showNotification('Added ' + track_list.length + ' tracks to queue');
if (track_list.length !== 0) {
Spicetify.Player.next();
Spicetify.Player.play();
}
};

Expand Down

0 comments on commit addc8f2

Please sign in to comment.