feat: remove from queue

+ fix typo queuecommand
This commit is contained in:
DrunkenToast 2021-11-20 21:10:39 +01:00 committed by Max Isom
parent 46701a8aab
commit 5a74115beb
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
4 changed files with 86 additions and 2 deletions

View file

@ -21,7 +21,8 @@ import ForwardSeek from './commands/fseek.js';
import Help from './commands/help.js';
import Pause from './commands/pause.js';
import Play from './commands/play.js';
import QueueCommad from './commands/queue.js';
import QueueCommand from './commands/queue.js';
import Remove from './commands/remove.js';
import Seek from './commands/seek.js';
import Shortcuts from './commands/shortcuts.js';
import Shuffle from './commands/shuffle.js';
@ -60,7 +61,8 @@ container.bind<NaturalLanguage>(TYPES.Services.NaturalLanguage).to(NaturalLangua
Help,
Pause,
Play,
QueueCommad,
QueueCommand,
Remove,
Seek,
Shortcuts,
Shuffle,