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