Skip to content

Commit cfda93b

Browse files
authored
fix(keyboardShortcut): change called function to skip song (#3273)
1 parent 01f5cc5 commit cfda93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extensions/keyboardShortcut.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"/": { callback: () => Spicetify.Platform.History.replace("/search") },
5656

5757
// CTRL + Arrow Left Next and CTRL + Arrow Right Previous Song
58-
"ctrl+left": { callback: () => Spicetify.Player.prev() },
58+
"ctrl+left": { callback: () => Spicetify.Player.back() },
5959
"ctrl+right": { callback: () => Spicetify.Player.next() },
6060

6161
// CTRL + Arrow Up Increase Volume CTRL + Arrow Down Decrease Volume

0 commit comments

Comments
 (0)