mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-28 01:32:42 +02:00
parent
237086245b
commit
4f0db62170
4 changed files with 47 additions and 0 deletions
|
@ -26,6 +26,7 @@ import Remove from './commands/remove.js';
|
|||
import Seek from './commands/seek.js';
|
||||
import Shuffle from './commands/shuffle.js';
|
||||
import Skip from './commands/skip.js';
|
||||
import Stop from './commands/stop.js';
|
||||
import Unskip from './commands/unskip.js';
|
||||
import ThirdParty from './services/third-party.js';
|
||||
import FileCacheProvider from './services/file-cache.js';
|
||||
|
@ -66,6 +67,7 @@ container.bind<AddQueryToQueue>(TYPES.Services.AddQueryToQueue).to(AddQueryToQue
|
|||
Seek,
|
||||
Shuffle,
|
||||
Skip,
|
||||
Stop,
|
||||
Unskip,
|
||||
].forEach(command => {
|
||||
container.bind<Command>(TYPES.Command).to(command).inSingletonScope();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue