MCPcopy
hub / github.com/nukeop/nuclear / getCurrentItem

Method getCurrentItem

packages/plugin-sdk/src/api/queue.ts:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 getCurrentItem() {
25 return this.#withHost((h) => h.getCurrentItem());
26 }
27
28 addToQueue(tracks: Track[]) {
29 return this.#withHost((h) => h.addToQueue(tracks));

Callers 13

getCurrentQueueItemFunction · 0.80
waitForPlaybackFunction · 0.80
waitForSuccessFunction · 0.80
SoundProviderFunction · 0.80
ConnectedNowPlayingFunction · 0.80
ConnectedSeekBarFunction · 0.80
queueStore.test.tsFile · 0.80
queueStore.tsFile · 0.80
updatePresenceFunction · 0.80
watchPlaybackFunction · 0.80
createQueueHostFunction · 0.80
useCurrentQueueItemFunction · 0.80

Calls 1

#withHostMethod · 0.95

Tested by

no test coverage detected