| 19 | } |
| 20 | |
| 21 | type SpotifyClient struct { |
| 22 | client *spotify.Client |
| 23 | } |
| 24 | |
| 25 | // PlayerDevices will return a list of available Spotify devices. An error is returned if encountered. |
| 26 | func (sc *SpotifyClient) PlayerDevices() ([]spotify.PlayerDevice, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected