Merge branch 'master' into feature/better-file-caching

This commit is contained in:
Max Isom 2021-11-24 11:42:38 -06:00
commit 71b62cb3aa
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
5 changed files with 86 additions and 4 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';
@ -61,7 +62,8 @@ container.bind<NaturalLanguage>(TYPES.Services.NaturalLanguage).to(NaturalLangua
Help,
Pause,
Play,
QueueCommad,
QueueCommand,
Remove,
Seek,
Shortcuts,
Shuffle,