(deviceID spotify.ID, play bool)
| 15 | PlayerDevices() ([]spotify.PlayerDevice, error) |
| 16 | Pause() error |
| 17 | TransferPlayback(deviceID spotify.ID, play bool) error |
| 18 | PlayOpt(opt *spotify.PlayOptions) error |
| 19 | } |
| 20 |
no outgoing calls
no test coverage detected