mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-07-28 04:42:32 +02:00
Create /resume
command; make query
required for the /play
command (#546)
This commit is contained in:
parent
4eefb7b30d
commit
d438d46c09
4 changed files with 62 additions and 35 deletions
|
@ -23,6 +23,7 @@ import Pause from './commands/pause.js';
|
|||
import Play from './commands/play.js';
|
||||
import QueueCommand from './commands/queue.js';
|
||||
import Remove from './commands/remove.js';
|
||||
import Resume from './commands/resume.js';
|
||||
import Seek from './commands/seek.js';
|
||||
import Shuffle from './commands/shuffle.js';
|
||||
import Skip from './commands/skip.js';
|
||||
|
@ -64,6 +65,7 @@ container.bind<AddQueryToQueue>(TYPES.Services.AddQueryToQueue).to(AddQueryToQue
|
|||
Play,
|
||||
QueueCommand,
|
||||
Remove,
|
||||
Resume,
|
||||
Seek,
|
||||
Shuffle,
|
||||
Skip,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue