MCPcopy Create free account
hub / github.com/dinofizz/diskplayer / PlayOpt

Method PlayOpt

client.go:42–44  ·  view source on GitHub ↗

PlayOpt will initiate playback on the device as specified in the PlayOptions.

(opt *spotify.PlayOptions)

Source from the content-addressed store, hash-verified

40
41// PlayOpt will initiate playback on the device as specified in the PlayOptions.
42func (sc *SpotifyClient) PlayOpt(opt *spotify.PlayOptions) error {
43 return sc.client.PlayOpt(opt)
44}

Callers

nothing calls this directly

Calls 1

PlayOptMethod · 0.65

Tested by

no test coverage detected