diff --git a/syncplay/constants.py b/syncplay/constants.py index 1451abe..4a7b942 100755 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -124,7 +124,7 @@ COMMANDS_HELP = ['help', 'h', '?', '/?', r'\?'] COMMANDS_CREATE = ['c', 'create'] COMMANDS_AUTH = ['a', 'auth'] COMMANDS_TOGGLE = ['t', 'toggle'] -COMMANDS_QUEUE = ['queue', 'q', 'add'] +COMMANDS_QUEUE = ['queue', 'qa', 'add'] COMMANDS_PLAYLIST = ['playlist', 'ql', 'pl'] COMMANDS_SELECT = ['select', 'qs'] COMMANDS_DELETE = ['delete', 'd', 'qd'] diff --git a/syncplay/messages_en.py b/syncplay/messages_en.py index fd0f8ea..25dae4b 100755 --- a/syncplay/messages_en.py +++ b/syncplay/messages_en.py @@ -87,10 +87,10 @@ en = { "commandlist-notification/create": "\tc [name] - create managed room using name of current room", "commandlist-notification/auth": "\ta [password] - authenticate as room operator with operator password", "commandlist-notification/chat": "\tch [message] - send a chat message in a room", - "commandList-notification/queue": "\tq [file/url] - add file or url to bottom of playlist", + "commandList-notification/queue": "\tqa [file/url] - add file or url to bottom of playlist", "commandList-notification/playlist": "\tql - show the current playlist", "commandList-notification/select": "\tqs [index] - select given entry in the playlist", - "commandList-notification/delete": "\td [index] - delete the given entry from the playlist", + "commandList-notification/delete": "\tqd [index] - delete the given entry from the playlist", "syncplay-version-notification": "Syncplay version: {}", # syncplay.version "more-info-notification": "More info available at: {}", # projectURL