GetSpotifyPath returns location of Spotify client
()
| 208 | |
| 209 | // GetSpotifyPath returns location of Spotify client |
| 210 | func GetSpotifyPath() string { |
| 211 | return spotifyPath |
| 212 | } |
| 213 | |
| 214 | func getExtractFolder() (string, string) { |
| 215 | dir := utils.GetStateFolder("Extracted") |
no outgoing calls
no test coverage detected