Rename play to 'add to queue'

This commit is contained in:
jeffvli 2022-12-29 17:03:02 -08:00
parent 3ff46ce724
commit a423a45352
4 changed files with 8 additions and 8 deletions

View file

@ -104,11 +104,11 @@ const PLAY_TYPES = [
play: Play.NOW,
},
{
label: 'Play last',
label: 'Add to queue (last)',
play: Play.LAST,
},
{
label: 'Play next',
label: 'Add to queue (next)',
play: Play.NEXT,
},
];