Skip to content

Commit

Permalink
πŸ› Don't immediately start playing when starting from right-click menu
Browse files Browse the repository at this point in the history
Fixes #11
  • Loading branch information
theRealPadster committed Apr 30, 2022
1 parent 025961d commit b3b392d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/shuffle+.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ export async function playList(list: string[], context) {
}

success(count);
Spicetify.Player.next();
// We don't want it to start playing immediately after queueing up
// Spicetify.Player.next();
}

export function fetchAndPlay(uri: string) {
Expand Down

0 comments on commit b3b392d

Please sign in to comment.