···2525 "shift": {
2626 "title": "Shift",
2727 "description": "Shift the queue, picking the first item from the up next array and putting the currently playing item into the history list."
2828+ },
2929+ "unshift": {
3030+ "title": "Unshift",
3131+ "description": "Unshift the queue, going backwards in time, picking the last item from the history array and putting the currently playing item into the up next list."
2832 }
2933 }
3034}