aboutsummaryrefslogtreecommitdiff
path: root/src/inversify.config.ts
diff options
context:
space:
mode:
authorDrunkenToast <[email protected]>2021-11-20 21:10:39 +0100
committerMax Isom <[email protected]>2021-11-20 19:01:52 -0500
commit5a74115bebb42df2eac3a277478f69ef706c4e83 (patch)
treed784e9f7637d50f802d64aebf847f39a51c547f4 /src/inversify.config.ts
parent46701a8aab0247943defc3b09c719a61cb5df2b0 (diff)
downloadmuse-5a74115bebb42df2eac3a277478f69ef706c4e83.tar.xz
muse-5a74115bebb42df2eac3a277478f69ef706c4e83.zip
feat: remove from queue
+ fix typo queuecommand
Diffstat (limited to 'src/inversify.config.ts')
-rw-r--r--src/inversify.config.ts6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/inversify.config.ts b/src/inversify.config.ts
index b45c588..ae17791 100644
--- a/src/inversify.config.ts
+++ b/src/inversify.config.ts
@@ -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,