diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/play.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/play.js b/src/play.js index 5b71c94..788f6bc 100755 --- a/src/play.js +++ b/src/play.js @@ -111,11 +111,11 @@ async function main(args) { [['shiftRight'], 'seek', +30], [['up'], 'skipBack'], [['down'], 'skipAhead'], - [['s'], 'skipAhead'], [['delete'], 'skipUpNext'], - [['i'], 'showTrackInfo'], - [['t'], 'showTrackInfo'], - [['q'], 'quit'] + [['s'], 'skipAhead'], [['S'], 'skipAhead'], + [['i'], 'showTrackInfo'], [['I'], 'showTrackInfo'], + [['t'], 'showTrackInfo'], [['T'], 'showTrackInfo'], + [['q'], 'quit'], [['Q'], 'quit'] ] async function openPlaylist(arg, silent = false) { |