()
| 76 | } |
| 77 | |
| 78 | func (s *RealDiskplayerServer) Authenticator() *spotify.Authenticator { |
| 79 | return s.cbh.auth |
| 80 | } |
| 81 | |
| 82 | // recordHandler handles requests to the server which contain a Spotify web URL to be recorded. |
| 83 | // Two values are extracted from the request: web_url and device_path: |
nothing calls this directly
no outgoing calls
no test coverage detected